Invokes a Lambda script for every new item in an RSS feed
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "lambda:InvokeFunction",
"Resource": "[your-lambda-arn]"
}
]
}
This assumes you have an existing Lambda you'd like to invoke. If not, go ahead an create one now.
invoke_lambda
step, saving your AWS access and secret keys from Step 2 above.