Skip to content

Commit

Permalink
Add api gateway params
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Sep 14, 2023
1 parent 4729536 commit fab9bd0
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions infrastructure/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,33 +96,12 @@ Parameters:
Description: Name of the lambda function

Outputs:
LambdaRoleARN:
Description: Role for Lambda execution.
Value:
Fn::GetAtt:
- LambdaExecutionRole
- Arn
Export:
Name:
Fn::Sub: "${LambdaRoleArnName}"
LambdaFunctionName:
Value:
Ref: LambdaFunction
LambdaFunctionARN:
Description: Lambda function ARN.
Value:
Fn::GetAtt:
- LambdaFunction
- Arn
Export:
Name:
Fn::Sub: "${LambdaFunctionArnName}"
ApiGatewayInvokeURL:
Value:
Fn::Sub: https://${ApiGateway}.execute-api.${AWS::Region}.amazonaws.com/${EnvName}
EnvType:
Value:
Fn::Sub: ${EnvName}

Resources:
LambdaExecutionRole:
Expand Down

0 comments on commit fab9bd0

Please sign in to comment.