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

fix(testing): Fixed Unable to create aws lambda functions #4128 #3480

Merged
merged 8 commits into from
Mar 19, 2019
Merged

fix(testing): Fixed Unable to create aws lambda functions #4128 #3480

merged 8 commits into from
Mar 19, 2019

Conversation

saimadineni
Copy link
Contributor

I'd suspected that this issue was related to lower case conversion of s3Bucket and s3Key values, However the createlambda description was expecting camel case keys. So I'd just changed the create lambd description, So It can take lower case values as well. After making this change I was able to create lambda functions using the rest endpoint.

@spinnakerbot
Copy link
Contributor

The following commits need their title changed:

  • 933f208: making s3bucket,s3key and functionname all lowercase

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

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