You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to deploy the lambda from the previous issue with the CDK, along with an SQS queue to trigger it.
Analysis
It would be nice to be able to configure the lambda memory and timeout in instance properties. We'll need CDK-defined instance properties for the new queue.
We'll need to add the lambda to the LambdaHandler definitions. We'll need to add the queue to the SqsQueues definitions.
The text was updated successfully, but these errors were encountered:
Background
Split from:
Follows on from:
Description
We'd like to deploy the lambda from the previous issue with the CDK, along with an SQS queue to trigger it.
Analysis
It would be nice to be able to configure the lambda memory and timeout in instance properties. We'll need CDK-defined instance properties for the new queue.
We'll need to add the lambda to the
LambdaHandler
definitions. We'll need to add the queue to theSqsQueues
definitions.The text was updated successfully, but these errors were encountered: