March 2018
Intermediate to advanced
408 pages
9h 37m
English
The application will be deployed by executing the following command:
aws cloudformation deploy --template-file serverless-output.yaml --stack-name PacktFunction --capabilities CAPABILITY_IAM
The screenshot of running the preceding command is shown as follows:

You can specify the --capabilities parameter with your deployment command to create a role for AWS CloudFormation. In the template file, the type is created with the AWS::Serverless::Function resource. It will create the role that is used to execute the Lambda function. You can execute the aws cloudformation command to create a ChangeSet for AWS CloudFormation. It contains ...
Read now
Unlock full access