File tree Expand file tree Collapse file tree
samples/spring-cloud-function-demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Resources:
1717 MessageRetentionPeriod : 345600 # 4 days
1818
1919 # API Function
20- SpringCloudFunction :
20+ SpringCloudFunctionDemo :
2121 Type : AWS::Serverless::Function
2222 Properties :
2323 Handler : org.springframework.cloud.function.adapter.aws.FunctionInvoker
@@ -51,10 +51,10 @@ Resources:
5151 BatchSize : 10
5252
5353Outputs :
54- SpringCloudFunctionApi :
54+ SpringCloudFunctionDemoApi :
5555 Description : API Gateway endpoint URL for Prod stage for Spring Cloud Function
5656 Value : !Sub "https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod/uppercase/"
57- SpringCloudFunction :
57+ SpringCloudFunctionDemoFunction :
5858 Description : Spring Cloud Function Lambda Function ARN
5959 Value : !GetAtt SpringCloudFunction.Arn
6060 MessageProcessorFunction :
You can’t perform that action at this time.
0 commit comments