-
Notifications
You must be signed in to change notification settings - Fork 561
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aws/aws-lambda-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aws/aws-lambda-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 31 files changed
- 8 contributors
Commits on May 31, 2019
-
* Add Chime Bot event * go fmt ./...
Configuration menu - View commit details
-
Copy full SHA for af0b813 - Browse repository at this point
Copy the full SHA af0b813View commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5149d77 - Browse repository at this point
Copy the full SHA 5149d77View commit details
Commits on Jul 2, 2019
-
* Add S3BatchJobEvent and related structs, tests, test json, and README * Update README_S3_Batch_Job.md Arn -> ARN * Update s3_batch_job.go S3BucketArn -> S3BucketARN
Configuration menu - View commit details
-
Copy full SHA for aa4e58e - Browse repository at this point
Copy the full SHA aa4e58eView commit details -
* Bump testify to 1.3.0 * Use latest patch version of Go in CI
Configuration menu - View commit details
-
Copy full SHA for c970554 - Browse repository at this point
Copy the full SHA c970554View commit details -
Update S3 Event to working Go file (#212)
* Update S3 Event to working Go file Example provided does not work without changing the script slightly... * Update README_S3.md more tabs
Configuration menu - View commit details
-
Copy full SHA for 4b515f5 - Browse repository at this point
Copy the full SHA 4b515f5View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7b076e - Browse repository at this point
Copy the full SHA e7b076eView commit details
Commits on Jul 6, 2019
-
Extend events.SimpleEmailReceiptAction fields (#211)
* Extend events.SimpleEmailReceiptAction fields The action object contains different data depending on the type. Previously only the fields relevant to the Lambda type were included, preventing use of the SimpleEmailReceiptAction for other types. * Update ses.go * ReceiptAction FunctionArn -> FunctionARN * ReceiptAction json:"smtpReplayCode" -> json:"smtpReplyCode" * Resolve TestSESEventMarshaling failure Using omitempty like this will prevent the inclusion of fields with empty strings. There are possibly scenarios where adding omitempty to the existing FunctionARN and InvocationType fields would change the behaviour of systems that expect the fields to be present and assigned an empty string. I've decided that the consistency of the fields when Unmarshaling is a bigger priority here though, as the chances of real world applications depending on this behaviour seems pretty remote to me. * Extend TestSESEventMarshaling This test only covered an SES lambda event, and did not cover other types of SES events. Adding SES-S3 and SES-SNS events here is improving the test coverage. * Document events.SimpleEmailReceiptAction
Configuration menu - View commit details
-
Copy full SHA for 84efa13 - Browse repository at this point
Copy the full SHA 84efa13View commit details -
Add events for Cognito custom authentication challenge (#168)
* Add events for Cognito custom authentication challenge Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com> * fix inconsitent whitespace in README * Fix Cognito challenge answer type Signed-off-by: Maksym Pavlenko <makpav@amazon.com> * Merge master and resolve conflicts Signed-off-by: Maksym Pavlenko <makpav@amazon.com> * Update cognito.go ChallengeMetaData -> ChallengeMetadata
Configuration menu - View commit details
-
Copy full SHA for 39a255e - Browse repository at this point
Copy the full SHA 39a255eView commit details
Commits on Jul 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 578ce6d - Browse repository at this point
Copy the full SHA 578ce6dView commit details
There are no files selected for viewing