-
-
Save walmsles/be0ec4a92a05d2e298b2234bd80c11c1 to your computer and use it in GitHub Desktop.
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