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

Fixing Queue representation in ConnectEvent.java #482

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Fixing Queue representation in ConnectEvent.java

    AWS Connect defines the Queue as an object, not a string. The object contains ARN and name (as well as address and type).
    
    I am fixing the Event model so that it correctly deserialised.
    
    For reference, I have followed the model used by the Go implementation here: https://github.com/aws/aws-lambda-go/blame/main/events/connect.go
    jonnysw committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7e88771 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    d0ca35f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    ccfcc9e View commit details
    Browse the repository at this point in the history