Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for go1.x lambda runtime #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

komapa
Copy link

@komapa komapa commented Mar 19, 2021

Hello folks. We needed to have support for go1.x lambda functions in SparkleFormation and these were the fixes needed to have that possible. I tried to update the Changelog which show the best what was added and fixed.

Fixes #9

@@ -28,11 +28,11 @@ def _lambda(*fn_args)
new_fn.properties.handler fn_handler
new_fn.properties.runtime lookup[:runtime]
new_fn.properties.function_name fn_function_name || fn_name
new_fn.properties.role fn_role
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving this up so we can set the role even when the lambda function can't be inlined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 api configuration not happening
1 participant