Overcoming AWS Lambda Limitations with Fargate
Using Lambda with Fargate helps us to overcome the limitations of AWS Lambda. If you need to run a background process for more than 15 minutes or if you need more storage than 500 MBs, here’s how you can do it: ➡️ Lambda function will get triggered based on your desired event source. ➡️ It …