Serverless is a way to build and run applications & services without having to manage servers. There are 40+ Lambda templates for the most common use cases (e.g. microservice-http-endpoint, dynamodb-process-stream, sns-message, sqs-poller, s3-get-object, etc. You only pay for the time that Lambdas work.
Table of contents
Building an API using Serverless frameworkWhat is Serverless?Why use Serverless?How to use Serverless?Advanced serverless.yml configuration.Access issues. AWS IAM policies.“timeout” property.Lambda structure.Lambda triggers.In conclusion.1 Comment
Sort: