Skip to content

Commit

Permalink
yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigues committed Mar 8, 2021
1 parent 4c3c636 commit 7a1260b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
10 changes: 0 additions & 10 deletions samconfig.toml

This file was deleted.

19 changes: 19 additions & 0 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,25 @@ Resources:
SEND_COMMAND_NAME: !Ref copyFile
SSM_PATH: "/mri-sched/ec2"

HttpParameter:
Type: AWS::SSM::Parameter
Properties:
Name: /mri-sched/apiid
Type: String
Value:
Fn::Sub:
- HttpApi
Description: !Sub HTTP API Domain for mri-sched

lambdaThesaurusParameter:
Type: AWS::SSM::Parameter
Properties:
Name: /mri-sched/lambdathesaurusarn
Type: String
Value:
!GetAtt Thesaurus.Arn
Description: !Sub LambdaArn Thesaurus

Outputs:
Preprocess:
Value: !GetAtt Preprocess.Arn
Expand Down

0 comments on commit 7a1260b

Please sign in to comment.