Path Lines of Code __init__.py 1 buildspec.yml 44 buildspecs/buildspec-build-invoke-image.yml 11 buildspecs/buildspec-build-invoke.yml 11 buildspecs/buildspec-dotnet5.0.yml 12 buildspecs/buildspec-dotnetcore3.1.yml 14 buildspecs/buildspec-go1.x.yml 14 buildspecs/buildspec-unittest-java11.yml 14 buildspecs/buildspec-unittest-java8-al2.yml 14 buildspecs/buildspec-unittest-java8.yml 14 buildspecs/buildspec-unittest-nodejs-12.x.yml 13 buildspecs/buildspec-unittest-nodejs-14.x.yml 13 buildspecs/buildspec-unittest-python3.6.yml 22 buildspecs/buildspec-unittest-python3.7.yml 13 buildspecs/buildspec-unittest-python3.8.yml 13 buildspecs/buildspec-unittest-python3.9.yml 13 buildspecs/buildspec-unittest-ruby2.7.yml 13 dotnet5.0-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/setup.cfg 2 dotnet5.0-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs 36 dotnet5.0-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/{{cookiecutter.project_name}}/template.yaml 34 dotnetcore3.1-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/setup.cfg 2 dotnetcore3.1-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs 36 dotnetcore3.1-image/cookiecutter-aws-sam-hello-dotnet-lambda-image/{{cookiecutter.project_name}}/template.yaml 41 dotnetcore3.1/cookiecutter-aws-sam-hello-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs 36 dotnetcore3.1/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml 40 dotnetcore3.1/cookiecutter-aws-sam-hello-powershell/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/build.ps1 8 dotnetcore3.1/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/src/Function.ps1 32 dotnetcore3.1/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/template.yaml 38 dotnetcore3.1/cookiecutter-aws-sam-hello-step-functions-sample-app/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/StockBuyer/Function.cs 33 dotnetcore3.1/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/StockChecker/Function.cs 21 dotnetcore3.1/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/StockSeller/Function.cs 33 dotnetcore3.1/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 dotnetcore3.1/cookiecutter-aws-sam-quick-start-cloudwatch-events-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-cloudwatch-events-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Function.cs 19 dotnetcore3.1/cookiecutter-aws-sam-quick-start-cloudwatch-events-dotnet/{{cookiecutter.project_name}}/template.yaml 22 dotnetcore3.1/cookiecutter-aws-sam-quick-start-from-scratch-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-from-scratch-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Function.cs 18 dotnetcore3.1/cookiecutter-aws-sam-quick-start-from-scratch-dotnet/{{cookiecutter.project_name}}/template.yaml 17 dotnetcore3.1/cookiecutter-aws-sam-quick-start-s3-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-s3-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Function.cs 47 dotnetcore3.1/cookiecutter-aws-sam-quick-start-s3-dotnet/{{cookiecutter.project_name}}/template.yaml 41 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sns-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sns-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Function.cs 29 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sns-dotnet/{{cookiecutter.project_name}}/template.yaml 30 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sqs-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sqs-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Function.cs 29 dotnetcore3.1/cookiecutter-aws-sam-quick-start-sqs-dotnet/{{cookiecutter.project_name}}/template.yaml 29 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/setup.cfg 2 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Controllers/BooksController.cs 83 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Entities/Book.cs 20 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/LambdaEntryPoint.cs 20 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Program.cs 21 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/src/{{cookiecutter.project_name}}/Startup.cs 45 dotnetcore3.1/cookiecutter-aws-sam-quick-start-web-dotnet/{{cookiecutter.project_name}}/template.yaml 49 go1.x-image/__init__.py 1 go1.x-image/cookiecutter-aws-sam-hello-golang-lambda-image/__init__.py 1 go1.x-image/cookiecutter-aws-sam-hello-golang-lambda-image/{{cookiecutter.project_name}}/hello-world/main.go 37 go1.x-image/cookiecutter-aws-sam-hello-golang-lambda-image/{{cookiecutter.project_name}}/template.yaml 42 go1.x/__init__.py 1 go1.x/cookiecutter-aws-sam-hello-golang/__init__.py 1 go1.x/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main.go 37 go1.x/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml 41 go1.x/cookiecutter-aws-sam-hello-step-functions-sample-app/__init__.py 1 go1.x/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stockBuyer/main.go 32 go1.x/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stockChecker/main.go 16 go1.x/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stockSeller/main.go 32 go1.x/cookiecutter-aws-sam-hello-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 java11-image/__init__.py 1 java11-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/__init__.py 1 java11-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java11-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 java11-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/__init__.py 1 java11-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java11-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 java11/__init__.py 1 java11/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java11/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java11/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java11/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java11/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 40 java11/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java11/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java11/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java11/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java11/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 40 java11/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/template.yaml 40 java11/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 25 java11/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/template.yaml 40 java11/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 23 java11/cookiecutter-aws-sam-hello-java-gradle/__init__.py 1 java11/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java11/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 41 java11/cookiecutter-aws-sam-hello-java-maven/__init__.py 1 java11/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java11/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 41 java11/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java11/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java11/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java11/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/template.yaml 87 java11/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java11/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java11/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java11/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/template.yaml 87 java8-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/template.yaml 33 java8-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/template.yaml 33 java8.al2-image/__init__.py 1 java8.al2-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/__init__.py 1 java8.al2-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8.al2-image/cookiecutter-aws-sam-hello-java-gradle-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 java8.al2-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/__init__.py 1 java8.al2-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8.al2-image/cookiecutter-aws-sam-hello-java-maven-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 40 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java8.al2/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 40 java8.al2/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/template.yaml 40 java8.al2/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 25 java8.al2/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/template.yaml 40 java8.al2/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 25 java8.al2/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 30 java8.al2/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java 23 java8.al2/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 41 java8.al2/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 30 java8.al2/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java 23 java8.al2/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 41 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/template.yaml 87 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java8.al2/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/template.yaml 87 java8/__init__.py 1 java8/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java8/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java8/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java8/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java8/cookiecutter-aws-sam-eventbridge-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 34 java8/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 25 java8/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/AWSEvent.java 160 java8/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/EC2InstanceStateChangeNotification.java 62 java8/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/model/aws.ec2/marshaller/Marshaller.java 26 java8/cookiecutter-aws-sam-eventbridge-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 34 java8/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/template.yaml 34 java8/cookiecutter-aws-sam-eventbridge-schema-app-java-gradle/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 25 java8/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/template.yaml 34 java8/cookiecutter-aws-sam-eventbridge-schema-app-java-maven/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/src/main/java/helloworld/App.java 25 java8/cookiecutter-aws-sam-hello-java-gradle/__init__.py 1 java8/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml 35 java8/cookiecutter-aws-sam-hello-java-maven/__init__.py 1 java8/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java 38 java8/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml 35 java8/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java8/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java8/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java8/cookiecutter-aws-sam-step-functions-sample-app-gradle/{{cookiecutter.project_name}}/template.yaml 69 java8/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockBuyer/src/main/java/stockBuyer/App.java 19 java8/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockChecker/src/main/java/stockChecker/App.java 14 java8/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/functions/StockSeller/src/main/java/stockSeller/App.java 19 java8/cookiecutter-aws-sam-step-functions-sample-app-maven/{{cookiecutter.project_name}}/template.yaml 69 nodejs12.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/setup.cfg 2 nodejs12.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/{{cookiecutter.project_name}}/hello-world/app.js 15 nodejs12.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 nodejs12.x/cookiecutter-aws-sam-hello-nodejs/setup.cfg 2 nodejs12.x/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/app.js 15 nodejs12.x/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml 37 nodejs12.x/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 nodejs12.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-buyer/app.js 16 nodejs12.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-checker/app.js 7 nodejs12.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-seller/app.js 16 nodejs12.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 nodejs12.x/cookiecutter-quick-start-cloudwatch-events/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/src/handlers/scheduled-event-logger.js 3 nodejs12.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/template.yaml 25 nodejs12.x/cookiecutter-quick-start-from-scratch/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/src/handlers/hello-from-lambda.js 5 nodejs12.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/template.yaml 22 nodejs12.x/cookiecutter-quick-start-s3/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/src/handlers/s3-json-logger.js 18 nodejs12.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/template.yaml 40 nodejs12.x/cookiecutter-quick-start-sns/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/src/handlers/sns-payload-logger.js 3 nodejs12.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/template.yaml 29 nodejs12.x/cookiecutter-quick-start-sqs/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/src/handlers/sqs-payload-logger.js 3 nodejs12.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/template.yaml 29 nodejs12.x/cookiecutter-quick-start-web/setup.cfg 2 nodejs12.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/buildspec.yml 16 nodejs12.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/get-all-items.js 20 nodejs12.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/get-by-id.js 22 nodejs12.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/put-item.js 23 nodejs12.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/template.yaml 97 nodejs12.x/cookiecutter-typescript-app-template/setup.cfg 2 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/apps/get-by-id-app.ts 27 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/apps/lambda-app.ts 5 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/apps/post-app.ts 38 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/apigateway/apigateway-event.ts 10 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/apigateway/apigateway-request-context-identity.ts 13 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/apigateway/apigateway-request-context.ts 14 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/apigateway/apigateway-response.ts 4 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/todo-dynamoclient-repository.ts 29 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/todo-item.ts 5 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/common/todo-repository.ts 5 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/handlers/get-by-id.ts 16 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/app/src/handlers/post.ts 16 nodejs12.x/cookiecutter-typescript-app-template/{{cookiecutter.project_name}}/template.yaml 77 nodejs14.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/setup.cfg 2 nodejs14.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/{{cookiecutter.project_name}}/hello-world/app.js 15 nodejs14.x-image/cookiecutter-aws-sam-hello-nodejs-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 nodejs14.x/cookiecutter-aws-sam-hello-nodejs/setup.cfg 2 nodejs14.x/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/app.js 15 nodejs14.x/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml 37 nodejs14.x/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 nodejs14.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-buyer/app.js 16 nodejs14.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-checker/app.js 7 nodejs14.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock-seller/app.js 16 nodejs14.x/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 nodejs14.x/cookiecutter-quick-start-cloudwatch-events/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/src/handlers/scheduled-event-logger.js 3 nodejs14.x/cookiecutter-quick-start-cloudwatch-events/{{cookiecutter.project_name}}/template.yaml 25 nodejs14.x/cookiecutter-quick-start-from-scratch/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/src/handlers/hello-from-lambda.js 5 nodejs14.x/cookiecutter-quick-start-from-scratch/{{cookiecutter.project_name}}/template.yaml 22 nodejs14.x/cookiecutter-quick-start-s3/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/src/handlers/s3-json-logger.js 18 nodejs14.x/cookiecutter-quick-start-s3/{{cookiecutter.project_name}}/template.yaml 40 nodejs14.x/cookiecutter-quick-start-sns/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/src/handlers/sns-payload-logger.js 3 nodejs14.x/cookiecutter-quick-start-sns/{{cookiecutter.project_name}}/template.yaml 29 nodejs14.x/cookiecutter-quick-start-sqs/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/src/handlers/sqs-payload-logger.js 3 nodejs14.x/cookiecutter-quick-start-sqs/{{cookiecutter.project_name}}/template.yaml 29 nodejs14.x/cookiecutter-quick-start-web/setup.cfg 2 nodejs14.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/buildspec.yml 17 nodejs14.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/get-all-items.js 20 nodejs14.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/get-by-id.js 22 nodejs14.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/src/handlers/put-item.js 23 nodejs14.x/cookiecutter-quick-start-web/{{cookiecutter.project_name}}/template.yaml 97 pyproject.toml 3 python3.6-image/__init__.py 1 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/__init__.py 1 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/setup.cfg 2 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/__init__.py 1 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/app.py 10 python3.6-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/template.yaml 33 python3.6/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/setup.cfg 2 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/conftest.py 3 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/app.py 9 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/__init__.py 1 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/__init__.py 4 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/aws_event.py 152 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/ec2_instance_state_change_notification.py 63 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/marshaller.py 118 python3.6/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/template.yaml 31 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/__init__.py 1 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/setup.cfg 2 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/__init__.py 1 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/conftest.py 3 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/template.yaml 31 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/__init__.py 1 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/__init__.py 1 python3.6/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/app.py 8 python3.6/cookiecutter-aws-sam-hello-python/__init__.py 1 python3.6/cookiecutter-aws-sam-hello-python/setup.cfg 2 python3.6/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/__init__.py 1 python3.6/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.6/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py 8 python3.6/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml 35 python3.6/cookiecutter-aws-sam-step-functions-sample-app/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/app.py 15 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/app.py 6 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/__init__.py 1 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/app.py 15 python3.6/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 66 python3.7-image/__init__.py 1 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/__init__.py 1 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/setup.cfg 2 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/__init__.py 1 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/app.py 10 python3.7-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/template.yaml 33 python3.7/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/setup.cfg 2 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/conftest.py 3 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/app.py 9 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/__init__.py 1 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/__init__.py 4 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/aws_event.py 152 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/ec2_instance_state_change_notification.py 63 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/marshaller.py 118 python3.7/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/template.yaml 31 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/__init__.py 1 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/setup.cfg 2 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/__init__.py 1 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/conftest.py 3 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/template.yaml 31 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/__init__.py 1 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/__init__.py 1 python3.7/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/app.py 8 python3.7/cookiecutter-aws-sam-hello-python/__init__.py 1 python3.7/cookiecutter-aws-sam-hello-python/setup.cfg 2 python3.7/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/__init__.py 1 python3.7/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.7/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py 8 python3.7/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml 35 python3.7/cookiecutter-aws-sam-step-functions-sample-app/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/app.py 15 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/app.py 6 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/__init__.py 1 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/app.py 15 python3.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 66 python3.8-image/__init__.py 1 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/__init__.py 1 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/setup.cfg 2 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/__init__.py 1 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/app.py 10 python3.8-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 python3.8-image/cookiecutter-ml-apigw-pytorch/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-pytorch/setup.cfg 2 python3.8-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/app/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/app/app.py 25 python3.8-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/template.yaml 42 python3.8-image/cookiecutter-ml-apigw-scikit-learn/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-scikit-learn/setup.cfg 2 python3.8-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/app/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/app/app.py 43 python3.8-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/template.yaml 42 python3.8-image/cookiecutter-ml-apigw-tensorflow/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-tensorflow/setup.cfg 2 python3.8-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/app/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/app/app.py 22 python3.8-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/template.yaml 42 python3.8-image/cookiecutter-ml-apigw-xgboost/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-xgboost/setup.cfg 2 python3.8-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/app/__init__.py 1 python3.8-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/app/app.py 46 python3.8-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/template.yaml 42 python3.8/__init__.py 1 python3.8/cookiecutter-aws-sam-efs-python/__init__.py 1 python3.8/cookiecutter-aws-sam-efs-python/setup.cfg 2 python3.8/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/hello_efs/__init__.py 1 python3.8/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/hello_efs/app.py 21 python3.8/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/template.yaml 109 python3.8/cookiecutter-aws-sam-eventBridge-python/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/setup.cfg 2 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/conftest.py 3 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/app.py 9 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/__init__.py 1 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/__init__.py 4 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/aws_event.py 152 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/ec2_instance_state_change_notification.py 63 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/marshaller.py 118 python3.8/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/template.yaml 37 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/__init__.py 1 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/setup.cfg 2 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/conftest.py 3 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/template.yaml 37 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/__init__.py 1 python3.8/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/app.py 8 python3.8/cookiecutter-aws-sam-hello-python/__init__.py 1 python3.8/cookiecutter-aws-sam-hello-python/setup.cfg 2 python3.8/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.8/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py 8 python3.8/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml 37 python3.8/cookiecutter-aws-sam-step-functions-sample-app/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/app.py 15 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/app.py 6 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/__init__.py 1 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/app.py 15 python3.8/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 python3.9-image/__init__.py 1 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/__init__.py 1 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/setup.cfg 2 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/__init__.py 1 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/hello_world/app.py 10 python3.9-image/cookiecutter-aws-sam-hello-python-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 python3.9-image/cookiecutter-ml-apigw-pytorch/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-pytorch/setup.cfg 2 python3.9-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/app/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/app/app.py 50 python3.9-image/cookiecutter-ml-apigw-pytorch/{{cookiecutter.project_name}}/template.yaml 42 python3.9-image/cookiecutter-ml-apigw-scikit-learn/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-scikit-learn/setup.cfg 2 python3.9-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/app/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/app/app.py 22 python3.9-image/cookiecutter-ml-apigw-scikit-learn/{{cookiecutter.project_name}}/template.yaml 42 python3.9-image/cookiecutter-ml-apigw-tensorflow/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-tensorflow/setup.cfg 2 python3.9-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/app/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/app/app.py 22 python3.9-image/cookiecutter-ml-apigw-tensorflow/{{cookiecutter.project_name}}/template.yaml 42 python3.9-image/cookiecutter-ml-apigw-xgboost/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-xgboost/setup.cfg 2 python3.9-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/app/__init__.py 1 python3.9-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/app/app.py 23 python3.9-image/cookiecutter-ml-apigw-xgboost/{{cookiecutter.project_name}}/template.yaml 42 python3.9/__init__.py 1 python3.9/cookiecutter-aws-sam-efs-python/__init__.py 1 python3.9/cookiecutter-aws-sam-efs-python/setup.cfg 2 python3.9/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/hello_efs/__init__.py 1 python3.9/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/hello_efs/app.py 21 python3.9/cookiecutter-aws-sam-efs-python/{{cookiecutter.project_name}}/template.yaml 109 python3.9/cookiecutter-aws-sam-eventBridge-python/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/setup.cfg 2 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/conftest.py 3 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/hello_world/app.py 9 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/__init__.py 1 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/__init__.py 4 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/aws_event.py 152 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/ec2_instance_state_change_notification.py 63 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/hello_world_function/model/aws/ec2/marshaller.py 118 python3.9/cookiecutter-aws-sam-eventBridge-python/{{cookiecutter.project_name}}/template.yaml 37 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/__init__.py 1 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/setup.cfg 2 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/conftest.py 3 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/template.yaml 37 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/__init__.py 1 python3.9/cookiecutter-aws-sam-eventbridge-schema-app-python/{{cookiecutter.project_name}}/{{cookiecutter.function_name}}/hello_world/app.py 8 python3.9/cookiecutter-aws-sam-hello-python/__init__.py 1 python3.9/cookiecutter-aws-sam-hello-python/setup.cfg 2 python3.9/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py 1 python3.9/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py 8 python3.9/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml 37 python3.9/cookiecutter-aws-sam-step-functions-etl-python/setup.cfg 2 python3.9/cookiecutter-aws-sam-step-functions-etl-python/{{cookiecutter.project_name}}/functions/etl_check/app.py 26 python3.9/cookiecutter-aws-sam-step-functions-etl-python/{{cookiecutter.project_name}}/functions/etl_failure/app.py 5 python3.9/cookiecutter-aws-sam-step-functions-etl-python/{{cookiecutter.project_name}}/functions/etl_success/app.py 5 python3.9/cookiecutter-aws-sam-step-functions-etl-python/{{cookiecutter.project_name}}/template.yaml 111 python3.9/cookiecutter-aws-sam-step-functions-sample-app/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/setup.cfg 2 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/app.py 15 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/app.py 6 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/__init__.py 1 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/app.py 15 python3.9/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84 ruby2.7-image/cookiecutter-aws-sam-hello-ruby-lambda-image/{{cookiecutter.project_name}}/hello_world/app.rb 9 ruby2.7-image/cookiecutter-aws-sam-hello-ruby-lambda-image/{{cookiecutter.project_name}}/template.yaml 39 ruby2.7/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb 9 ruby2.7/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/template.yaml 37 ruby2.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_buyer/app.rb 13 ruby2.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_checker/app.rb 4 ruby2.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/functions/stock_seller/app.rb 12 ruby2.7/cookiecutter-aws-sam-step-functions-sample-app/{{cookiecutter.project_name}}/template.yaml 84