News

Example of a terraform script to setup an API Gateway endpoint that takes records and puts them into an SQS queue that will trigger an Event Source for AWS Lambda. When deployed, you'll have a public ...
For this project we will create an SQS Queue using Python with boto3. We will then create a Lambda Function to send a message to the SQS queue. Finally we will set an API Gateway, HTTP API trigger to ...