#serverless
Read more stories on Hashnode
Articles with this tag
AWS step function is used to orchestrate the workflow by coordinating multiple AWS services. Step function will have multiple tasks which can call...
Terraform allows infrastructure to be expressed as code, in a language called HCL (HashiCorp Configuration Language). Terraform registry contains...
A serverless framework is an open-source tool used for developing and deploying serverless applications. It is a vendor-neutral framework as it can be...
The serverless application can be easily created with AWS lambda and AWS Gateway. We can write a lambda function and configure the gateway. We get a...
Amazon API Gateway is a fully managed service that makes it easy for developers to publish, maintain, monitor, and secure APIs at any scale. Create an...