Skip to content

Commit

Permalink
ci: expose ssm params for function name and arn
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Jun 3, 2024
1 parent 61184b1 commit 1f2afac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cloudformation/03-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ Resources:
Variables:
JAVA_TOOL_OPTIONS: '--add-opens=java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true'

SSMPlayLambdaName:
Type: AWS::SSM::Parameter
Properties:
Type: String
Name: 'xt-play_play-lambda-name'
Value: !Ref PlayLambda

SSMPlayLambdaArn:
Type: AWS::SSM::Parameter
Properties:
Type: String
Name: 'xt-play_play-lambda-arn'
Value: !GetAtt PlayLambda.Arn

SSMPlayLambdaUrlDomain:
Type: AWS::SSM::Parameter
Properties:
Expand Down

0 comments on commit 1f2afac

Please sign in to comment.