question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update instructions to use sam build

See original GitHub issue

sam build is a new command that eases build source code to the format expected by the Lambda runtime.

This issue is to reflect the work involved in doing so and whether it’s sufficient to replace the experimental Makefile altogether.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
stevenringocommented, Nov 28, 2018

Thank you so much @sanathkr. I had no idea about the --use-container switch.

0reactions
heitorlessacommented, Jul 25, 2020

Resolving as #31 has been merged

Read more comments on GitHub >

github_iconTop Results From Across the Web

sam build - AWS Serverless Application Model
The sam build command processes your AWS SAM template file, application code, and any applicable language-specific files and dependencies. The command also ...
Read more >
Learning AWS SAM: sam build - YouTube
In this video I do an in depth view of the AWS SAM CLI command, sam init. The ` sam build ` command...
Read more >
A Practical Guide to Surviving AWS SAM | Claranet Italia
In the first case, you will use SAM to build, package and deploy the entire application, all seamlessly embedded in CodePipeline and CodeBuild....
Read more >
sam local start-api doesn't update on changes #1921 - GitHub
I am using the sample hello-world application on nodejs12.x using sam init but when I invoke sam build and sam local start-api any ......
Read more >
How to Build a Serverless Application using AWS SAM
How to Build ... From the daily-news-java folder, run the sam build command. ... This compiles your source code and builds any dependencies...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found