Skip to content

Commit

Permalink
Updated vendored version of Goformation library to include fix for
Browse files Browse the repository at this point in the history
super-long filenames that prevented building SAM Local on Windows.
  • Loading branch information
PaulMaddox committed Oct 31, 2017
1 parent 303fece commit f9e99b7
Show file tree
Hide file tree
Showing 624 changed files with 3,401 additions and 353,578 deletions.
6 changes: 3 additions & 3 deletions event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var _ = Describe("Event", func() {
Events: map[string]cloudformation.AWSServerlessFunction_EventSource{
"GetRequest": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/get",
Method: "get",
Expand All @@ -34,7 +34,7 @@ var _ = Describe("Event", func() {
},
"GetRequestsWithParams": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/get/{parameter}",
Method: "get",
Expand Down Expand Up @@ -79,7 +79,7 @@ var _ = Describe("Event", func() {
Events: map[string]cloudformation.AWSServerlessFunction_EventSource{
"GetRequest": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/get",
Method: "get",
Expand Down
10 changes: 5 additions & 5 deletions router/function_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var _ = Describe("Function", func() {
Events: map[string]cloudformation.AWSServerlessFunction_EventSource{
"GetRequests": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/get",
Method: "get",
Expand All @@ -32,7 +32,7 @@ var _ = Describe("Function", func() {
},
"PostRequests": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/post",
Method: "post",
Expand All @@ -41,7 +41,7 @@ var _ = Describe("Function", func() {
},
"AnyRequests": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/any",
Method: "any",
Expand All @@ -50,7 +50,7 @@ var _ = Describe("Function", func() {
},
"CatchAll": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/foo/{catch+}",
Method: "get",
Expand Down Expand Up @@ -163,7 +163,7 @@ var _ = Describe("Function", func() {
Events: map[string]cloudformation.AWSServerlessFunction_EventSource{
"AnyRequests": cloudformation.AWSServerlessFunction_EventSource{
Type: "Api",
Properties: &cloudformation.AWSServerlessFunction_S3EventOrSNSEventOrKinesisEventOrDynamoDBEventOrApiEventOrScheduleEventOrCloudWatchEventEventOrIoTRuleEventOrAlexaSkillEvent{
Properties: &cloudformation.AWSServerlessFunction_Properties{
ApiEvent: &cloudformation.AWSServerlessFunction_ApiEvent{
Path: "/any",
Method: "any",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f9e99b7

Please sign in to comment.