DEV Community

TuWang
TuWang

Posted on

Discussion: What is Your Favorite Serverless Architecture?

In the last year of the decade, I found myself working closely with the entire service stack. I became familiar with a few technologies in AWS serverless architecture:

  • I use CloudFormation to manage 99.9% of my resources
  • I use standard storages like S3, DynamoDB
  • I utilize message systems to deliver events
  • I use API gateway and lambda to build the APIs

What is your favorite Serverless architecture? What are the excellent examples and pitfalls you have experienced? Happy to learn and discuss!

Top comments (0)