Is AWS Lambda a good choice for managing payment processes?

0
0
Asked By ChillPanda84 On

I'm working on a platform where I need to place a hold on a customer's card about three days before a scheduled booking. Our backend is on ECS, and I'm considering using EventBridge to automate the job that places this hold and updates the database. I have the option to either use AWS Lambda or Fargate tasks for this process. Lambda seems appealing because of its quicker cold start times and the fact that the job is short-lived. But I'm wondering if Lambda is commonly used for critical functions like payment processing, or if it's better suited for less essential tasks.

2 Answers

Answered By ServerlessNinja88 On

Yes, Lambda is fast and super reliable! We’ve successfully integrated it with our payment systems, running 100% serverless without a hitch.

Answered By TechieTurtle21 On

Absolutely, Lambda is reliable and there's no need to stick with ECS for this. Many people use it for payment solutions without any issues.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.