AWS Compute Blog

Category: Ruby

AWS Lambda now supports Ruby 2.7

You can now develop your AWS Lambda functions using Ruby 2.7. Start using this runtime today by specifying a runtime parameter value of ruby2.7 when creating or updating Lambda functions. New Ruby runtime features Ruby 2.7 is a stable release and brings several new features, including pattern matching, argument forwarding, and numbered arguments. Pattern matching […]

Announcing Ruby Support for AWS Lambda

This post is courtesy of Xiang Shen Senior – AWS Solutions Architect and Alex Wood Software Development Engineer – AWS SDKs and Tools Ruby remains a popular programming language for AWS customers. In the summer of 2011, AWS introduced the initial release of AWS SDK for Ruby, which has helped Ruby developers to better integrate and […]