Lambda function that poll events from SQS only the first day of the month

0 votes
I require a lambda function that only polls fifo SQS queue events on the first of each month. Can it be done?

For example, one function will add events to queue on first of the month only, and the second function will process queue in the same day. I want something similar to this: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html

But there are some requirements. First, each message should be processed by a dedicated lambda invocation. The concurrency limit must be 1, and finally, the polling should be happening on the first day of month only with the rest of the month queue is empty.
Dec 14, 2022 in AWS by Roshan
• 300 points
416 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

What does the log file of a lambda function contains?

A simple lambda function contains the following ...READ MORE

answered Dec 28, 2018 in AWS by Rachna
452 views
0 votes
1 answer

How to invoke the AWS lambda function from Java code

There are 2 methods in this class which should ...READ MORE

answered Feb 19, 2019 in AWS by Archana
• 5,640 points
5,652 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP