We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Workaround was to:
DMARCPolicy json.RawMessage `json:"dmarcPolicy"`
https://github.com/aws/aws-lambda-go/blob/master/events/ses.go#L37
These poor mappings are making it really quite painful to develop with Golang and AWS... Else am I missing a trick?
The text was updated successfully, but these errors were encountered:
looks like same test sample included #102 doesn't match the docs description.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-notifications-contents.html#receiving-email-notifications-contents-receipt-object
Possible values for this field are: none: The owner of the sending domain requests that no specific action be taken on messages that fail DMARC authentication. quarantine: The owner of the sending domain requests that messages that fail DMARC authentication be treated by receivers as suspicious. reject: The owner of the sending domain requests that messages that fail DMARC authentication be rejected.
Possible values for this field are:
none: The owner of the sending domain requests that no specific action be taken on messages that fail DMARC authentication.
quarantine: The owner of the sending domain requests that messages that fail DMARC authentication be treated by receivers as suspicious.
reject: The owner of the sending domain requests that messages that fail DMARC authentication be rejected.
Until a fix is pushed, you can continue using your patch, or use the v1.4.0 tag
Sorry, something went wrong.
Fix dmarcPolicy typing #126 (#165)
e12c711
merged #165
No branches or pull requests
Workaround was to:
https://github.com/aws/aws-lambda-go/blob/master/events/ses.go#L37
These poor mappings are making it really quite painful to develop with Golang and AWS... Else am I missing a trick?
The text was updated successfully, but these errors were encountered: