In Cloud9, navigate to the
02-building
directory.
We need our lambda to be able to parse an input from a REST API endpoint and post the result to an SQS queue for further processing.
Add an SQS queue.
Pass in SQS queue url to Lambda as environmental variable.
Check your work.
Export your SQS queue url.
Add permissions to the lambda to be able to access SQS.
Configure the lambda to be a URL Endpoint.
Integration testing.
Pulumi Party!