diff --git a/infrastructure/deployment.yml b/infrastructure/deployment.yml index 0908270c2..85f2a79b0 100644 --- a/infrastructure/deployment.yml +++ b/infrastructure/deployment.yml @@ -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: