File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 11AWSTemplateFormatVersion : ' 2010-09-09'
22Transform : AWS::Serverless-2016-10-31
33Description : Example Pet Store API written in jersey with the aws-serverless-java-container library
4+
5+ Globals :
6+ Api :
7+ # API Gateway regional endpoints
8+ EndpointConfiguration : REGIONAL
9+
410Resources :
511 PetStoreFunction :
612 Type : AWS::Serverless::Function
Original file line number Diff line number Diff line change 11AWSTemplateFormatVersion : ' 2010-09-09'
22Transform : AWS::Serverless-2016-10-31
33Description : Example Pet Store API written with spark with the aws-serverless-java-container library
4+
5+ Globals :
6+ Api :
7+ # API Gateway regional endpoints
8+ EndpointConfiguration : REGIONAL
9+
410Resources :
511 PetStoreFunction :
612 Type : AWS::Serverless::Function
Original file line number Diff line number Diff line change 11AWSTemplateFormatVersion : ' 2010-09-09'
22Transform : AWS::Serverless-2016-10-31
33Description : Example Pet Store API written with spring with the aws-serverless-java-container library
4+
5+ Globals :
6+ Api :
7+ # API Gateway regional endpoints
8+ EndpointConfiguration : REGIONAL
9+
410Resources :
511 PetStoreFunction :
612 Type : AWS::Serverless::Function
Original file line number Diff line number Diff line change 11AWSTemplateFormatVersion : ' 2010-09-09'
22Transform : AWS::Serverless-2016-10-31
33Description : Example Pet Store API written with SpringBoot with the aws-serverless-java-container library
4+
5+ Globals :
6+ Api :
7+ # API Gateway regional endpoints
8+ EndpointConfiguration : REGIONAL
9+
410Resources :
511 PetStoreFunction :
612 Type : AWS::Serverless::Function
You can’t perform that action at this time.
0 commit comments