Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Add SqsBatchResponse to static events #95

Merged
merged 2 commits into from
May 13, 2022

Conversation

jamescoleuk
Copy link
Contributor

@jamescoleuk jamescoleuk commented May 13, 2022

Resolves #94

  • Adds SqsBatchResponse to static events.
  • Removes from generated events.
  • Add serialization/deserialization test.
  • Uses test data taken from an AWS example.
  • cargo build/check/test pass.

I did not test code generation. I installed Go but don't know how to make $GOPATH/src/github.com/aws/aws-lambda-go exist. I believe it is go install but go install github.com/aws/aws-lambda-go@latest failed:

go: downloading github.com/aws/aws-lambda-go v1.31.1
go: github.com/aws/aws-lambda-go@latest: module github.com/aws/aws-lambda-go@latest found (v1.31.1), but does not contain package github.com/aws/aws-lambda-go

Add test. Remove from generated events.
Copy link
Owner

@calavera calavera left a comment

Choose a reason for hiding this comment

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

There is just one thing missing. Don't worry about the Go bindings, you don't need to do that.

aws_lambda_events/Cargo.toml Outdated Show resolved Hide resolved
@calavera calavera merged commit 4135728 into calavera:master May 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SQSBatchResponse to support partial failures
2 participants