News

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 ...
Create custom runtime lambda with above code (not sure if this problem is unique to custom runtime) Create SQS queue Hook up trigger from queue -> lambda function. Make sure to specify batch window.
Amazon SQS can trigger an AWS Lambda function by sending a request and can be triggered by an AWS Lambda function by receiving a message from it. We will demonstrate a scenario that realizes those two ...