News

By adding support for a SAM metadata resource within Terraform, the CLI can now locate and package Lambda function source code, easing some of the pain-points Serverless.tf was created to fix.
AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS) that allows developers to run code without provisioning or managing servers. With Lambda, you can upload your code to ...