Skip to content

Latest commit

 

History

History

serverless

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Serverless example

This example consist to create a new DynamoDB table with an string key

Deploy command line

$ serverless deploy --verbose --env=stg

Clean up

  • To clean up apply the following command
$ serverless remove --verbose --env=stg