Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
dev.to

Avoiding the Serverless Workflow Antipattern
A common pattern for teams moving from cron-based jobs to event-driven architectures is to start...
#aws #serverless #stepfunctions #sqs
dev.to

No execution logs on AWS Express workflow? 🤔 📖
How to have logs for an Express Workflows on AWS Step Functions with the CDK
#aws #stepfunctions #serverless #cdk
dev.to

How to save money on AWS Transfer Family(SFTP) Server- Non-Production use
Use Case:- Our company has an SFTP server in the lower environment, but we don't have regular...
#aws #serverless #stepfunctions #cdk
dev.to

Resetting RDS retention period using Step Functions & Lambda
What is Retention Period? Retention Period on RDS Instances decides how long automated backups have...
#aws #serverless #stepfunctions #lambda
dev.to

Step Functions Distributed Map and Athena, a match made in cloud heaven
Step Functions released a new feature late last year called Distributed Map, which allows the service...
#aws #athena #stepfunctions #serverless
dev.to

Customizing error handling in Step Functions
We can customize error handling in Step Functions using the built-in Retry and Catch fields. When...
#aws #serverless #stepfunctions