/bootcamp-sam-build.bash Secret
Created
January 2, 2023 00:34
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ t cd sam-app | |
➜ sam-app sam build | |
Your template contains a resource with logical ID "ServerlessRestApi", which is a reserved logical ID in AWS SAM. It could result in unexpected behaviors and is not recommended. | |
Building codeuri: /Users/walmlses/dev/workshops/t/sam-app/hello_world runtime: python3.9 metadata: {} architecture: x86_64 functions: ['HelloWorldFunction'] | |
Running PythonPipBuilder:ResolveDependencies | |
Running PythonPipBuilder:CopySource | |
Build Succeeded | |
Built Artifacts : .aws-sam/build | |
Built Template : .aws-sam/build/template.yaml | |
Commands you can use next | |
========================= | |
[*] Validate SAM template: sam validate | |
[*] Invoke Function: sam local invoke | |
[*] Test Function in the Cloud: sam sync --stack-name {stack-name} --watch | |
[*] Deploy: sam deploy --guided |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment