Skip to content

Commit

Permalink
improve CloudFormation stack description
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Mar 22, 2022
1 parent 087084f commit 8f861d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MonoToMicroAPIGateway/MonoToMicroCFAPIG.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: API-Gateway stack for the Application Modernization Workshop/ Immersion Day
Parameters:
UniShopBackendDnsName:
Type: AWS::SSM::Parameter::Value<String>
Expand Down
2 changes: 1 addition & 1 deletion MonoToMicroAssets/MonoToMicroCF.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description" : "This deployment includes SSM, CloudWatch, and allows instance reboot",
"Description" : "Monolith stack for the Application Modernization Workshop/ Immersion Day",
"Parameters": {
"LatestAmiId":{
"Type": "AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>",
Expand Down
1 change: 1 addition & 0 deletions MonoToMicroAssets/MonoToMicroCFDDB.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
AWSTemplateFormatVersion: 2010-09-09
Description: Amazon DynamoDB stack for the Application Modernization Workshop/ Immersion Day
Resources:
DynamoDBTable:
Type: AWS::DynamoDB::Table
Expand Down

0 comments on commit 8f861d8

Please sign in to comment.