Skip to content

Commit

Permalink
added descriptions to the cloudformation files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPlayer3 committed Jul 25, 2024
1 parent 1806fff commit b6321a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions apps/api/cloudformation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Parameters:
AWSTemplateFormatVersion: '2010-09-09'
Description: Creates an API stack with a custom domain and lambda handler for retrieving s1 orbit files.

Parameters:
BucketName:
Type: String

Expand All @@ -10,7 +12,6 @@ Parameters:
Type: String

Resources:

Api:
Type: AWS::ApiGatewayV2::Api
Properties:
Expand Down
5 changes: 2 additions & 3 deletions apps/fetcher/cloudformation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AWSTemplateFormatVersion: 2010-09-09
AWSTemplateFormatVersion: '2010-09-09'
Description: Creates a lambda handler capable of pushing new s1 orbit data to the OpenData bucket every 11 minutes.

Parameters:

BucketName:
Type: String

Expand All @@ -17,7 +17,6 @@ Parameters:
Type: String

Resources:

Secret:
Type: AWS::SecretsManager::Secret
Properties:
Expand Down
5 changes: 3 additions & 2 deletions cloudformation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Parameters:
AWSTemplateFormatVersion: '2010-09-09'
Description: Creates the API and Fetcher stacks

Parameters:
BucketName:
Type: String

Expand All @@ -18,7 +20,6 @@ Parameters:
NoEcho: true

Resources:

Api:
Type: AWS::CloudFormation::Stack
Properties:
Expand Down

0 comments on commit b6321a0

Please sign in to comment.