Below is the template which can be used for api gateway creation in AWS. Template : AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: > Application containing RestAPI for First Globals: Function: Timeout: 30 Parameters: #s3 bucket name BucketName: Type: String Description: Bucket to be used Default: lambda-deployment-d1 EnvironmentName: Type: 'AWS::SSM::Parameter::Value<String>' Default: /<parameterPath>/EnvironmentName # /myDemo/d1/EnvironmentName StageName: Type: 'AWS::SSM::Parameter::Value<String>' Default: /<parameterPath>/StageName # /myDemo/d1/EnvironmentName BucketPrefix: Type: String Description: bucket prefix Default: first-project-api # /myDemo/d1/EnvironmentName CertificateARN: Type: 'AWS::SSM::...
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .