|
|
|
|
|
by mariocesar
647 days ago
|
|
Yea, you can create a website on S3 and set up a Lambda trigger every minute. To schedule this, you can use a CloudWatch rule with a 'Schedule' expression to trigger the Lambda function. Alternatively, you could use GitHub Actions and schedule the workflow to run every minute. However, I prefer the Lambda approach. |
|