aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

AWS::Lambda::Function inlineCode support for Ruby

Open
#951 6 comments 8 reactions 0 assignees View on GitHub
Coverage enhancement
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

### Name of the resource

AWS::Lambda::Function

### Description

Manually creating a Lambda function in AWS allows you to pick from NodeJS, Python, Ruby, and some others. As it stands for CloudFormation templates, AWS::Lambda::Function can not have the property `Runtime: ruby2.7` (or older versions) and use inline code via the property:
```YAML
Code:
ZipFile: |
# code
```

This issue https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/80 has garnered enough attention that I believe it is worthy of implementing inline Ruby code if possible.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.