This is a serverless component consisting of:
- an API Gateway that is able to be connected to any AWS Lambda and invoke it.
It's a Nuts & Bolts application component for AWS Serverless Application Repository.
This component has one CloudFormation Deployment Parameter:
DestinationLambdaARN, representing the ARN of the Lambda you want to invoke, to attach to
Initial release.
Here are the upcoming changes that I'll add to this serverless component:
- Adding configurable HTTP methods