DEV Community

Vivek Siva
Vivek Siva

Posted on • Updated on

aws serverless services

  • AWS Lambda automatically runs your code on highly available, fault-tolerant infrastructure spread across multiple Availability Zones in a single region without requiring you to provision or manage servers
  • AWS Fargate — a serverless compute engine for containers
  • Amazon DynamoDB — a fast and flexible NoSQL database
  • Amazon Aurora Serverless — a MySQL compatible relational database
  • Amazon API Gateway — a service to create, publish, monitor and secure APIs
  • Amazon S3 — a secure, durable and highly scalable object storage
  • Amazon Elastic File System — a simple, scalable, elastic file storage
  • Amazon SNS — a fully managed pub/sub messaging service
  • Amazon SQS — a fully managed message queuing service
  • Top comments (0)