Skip to content

Latest commit

 

History

5 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

aws-sam-

.

Deployment

Building, packaging and deploy the application in production environment.

sam build && sam package && sam deploy

Deploy in the test environment (if you have set up the environment in samconfig.toml file)

sam build --config-env test && sam package --config-env test && sam deploy --config-env test

Invocation

Invoke the application with AWS Lambda locally:

sam local invoke <Function Name> --event events/event.json

关于

No description, website, or topics provided.

Resources

Stars

0 stars

关注者

2 watching

复刻s

发布

Used by

贡献者

Languages