Created
August 4, 2020 02:50
-
-
Save rajanpanchal/d4f43069dacd1971a4cd8528d02fea1f to your computer and use it in GitHub Desktop.
Markdium-Sign Up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Outputs: | |
ApiGatewaySignupApi: | |
Description: "API Gateway endpoint URL for Prod stage for Hello World function" | |
Value: !Sub "https://${ApiGatewaySignupApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/signup/" | |
SignupFunction: | |
Description: "Sign Up Lambda Function ARN" | |
Value: !GetAtt SignupFunction.Arn | |
ApiGatewayLoginApi: | |
Description: "API Gateway endpoint URL for Prod stage for Hello World function" | |
Value: !Sub "https://${ApiGatewayLoginApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/login/" | |
LoginFunction: | |
Description: "Login Lambda Function ARN" | |
Value: !GetAtt LoginFunction.Arn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment