awslabs / goformation

GoFormation is a Go library for working with CloudFormation templates.
Apache License 2.0
841 stars 197 forks source link

feat(lambda_function): add EphemeralStorage property #619

Closed lpizzinidev closed 10 months ago

lpizzinidev commented 10 months ago

Issue #501

Adds EphemeralStorage property to AWS::Serverless::Function

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 10 months ago

Codecov Report

Patch coverage has no change and project coverage change: -0.15% :warning:

Comparison is base (efa982e) 5.62% compared to head (6b2b7ad) 5.48%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #619 +/- ## ========================================= - Coverage 5.62% 5.48% -0.15% ========================================= Files 30 30 Lines 18173 18327 +154 ========================================= - Hits 1022 1005 -17 - Misses 17122 17292 +170 - Partials 29 30 +1 ``` | [Files Changed](https://app.codecov.io/gh/awslabs/goformation/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs) | Coverage Δ | | |---|---|---| | [cloudformation/all.go](https://app.codecov.io/gh/awslabs/goformation/pull/619?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#diff-Y2xvdWRmb3JtYXRpb24vYWxsLmdv) | `0.00% <0.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/awslabs/goformation/pull/619/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rubenfonseca commented 10 months ago

Stellar!

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 7.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: