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

Make the 'version' field of serverless S3Location optional #67

Merged
merged 1 commit into from
Jun 8, 2018

Conversation

rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Jun 8, 2018

The hand-written docs disagree with our copy of the model.

This fixes #66.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The hand-written docs disagree with our copy of the model.
@rix0rrr
Copy link
Contributor Author

rix0rrr commented Jun 8, 2018

Build failure is because of upgrade to the 'superchain' Docker image

Copy link
Contributor

@mindstorms6 mindstorms6 left a comment

Choose a reason for hiding this comment

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

Thank you!!!

@mindstorms6 mindstorms6 merged commit 153265c into master Jun 8, 2018
@@ -194,7 +194,7 @@
},
"Version": {
"Documentation": "https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction",
"Required": true,
"Required": false,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we bring in a new version of the SAM spec? Is it up-to-date there?

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

The main problem here is that while CloudFormation has a published machine generated specification, SAM currently does not. The one in the Goformation repository was manually generated, and has no mechanism to keep it up to date. I suggest reaching out to sanathkr@ on the SAM team.

@rix0rrr
Copy link
Contributor Author

rix0rrr commented Jun 11, 2018

I forgot where we get this :(

@rix0rrr rix0rrr deleted the huijbers/optional-version branch June 12, 2018 09:33
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serverless Code Version - required
5 participants