-
Cloudwatch event definition specifies a `stage` parameter to stop a lambda from triggering on a cloudwatch event from another stage.
```
[lambda name]
events:
- cloudwatchEvent:
eve…
-
Message validator has the issue of calling the provided callback twice. It can cause error where it is assumed that function will be called once. For example:
```
var v = new MessageValidator('someu…
-
Getting a Lambda Function to be triggered by a CloudWatch Alarm requires one to create a SNS Topic and Lambda permission and wire them up correctly to the Alarm and Lambda function. These are boilerpl…
-
In short, Terraform keeps wanting to re-deploy my lambda functions at random (not even consistent between plan-cancel-plan). It turns out that in each case, the computed hash for the lambda zip file i…
-
# Bug Report
## Description
1. What did you do? Deployed a serverless app written in Python.
1. What happened? Deployment failed, the only exception being
```
Exception -------------…
-
Given the follwing code:
```
resource "elasticsearch_opensearch_monitor" "test {
body =
-
Using `ecsPatterns.ApplicationLoadBalancedFargateService` to deploy a Docker asset, every time a single file is changed in the source folder, a new hash and asset is created. This means snapshot t…
-
What I am trying to do is to have lambda function that reads messages from an MQTT topic as (possibly) an event source. My main question is how to add AWS IOT trigger to lambda using zappa?
I could…
-
"To prevent other consumers from processing the message again, Amazon SQS sets a visibility timeout, a period of time during which Amazon SQS prevents other consumers from receiving and processing the…
-
_Give your user story a simple, clear title_
## Description
We need to create a singular document that outlines when we log an IP address and how long we keep it on Notify. This is for the Privacy A…