Skip to content

Instantly share code, notes, and snippets.

@walmsles
Created January 2, 2023 00:34
Show Gist options
  • Save walmsles/be0ec4a92a05d2e298b2234bd80c11c1 to your computer and use it in GitHub Desktop.
Save walmsles/be0ec4a92a05d2e298b2234bd80c11c1 to your computer and use it in GitHub Desktop.
➜ 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