#serverless
Read more stories on Hashnode
Articles with this tag
Amazon Aurora Serverless v2 has been available for a while and has proven to be a cost-effective option for certain types of workloads. AWS SAM, as an...
In our last post, we introduced Serverless Framework as a great tool to deploy our AWS Lambda functions. Today we will review Serverless Variables as...
In a previous post, we looked at Terraform as an option to deploy AWS Lambda Function, as long as the number of functions is low. But with a higher...
AWS Lambda can be a great hosting option, providing us with several advantages, such as cost-effectiveness(we'll only pay for what we use) and its...