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

SLSCMN-21 Normalized Event Types #24

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mwarman
Copy link
Member

@mwarman mwarman commented Apr 14, 2024

📢 Instructions

  • Begin with a DRAFT pull request.
  • Follow italicized instructions to add detail to assist the reviewers.
  • After completing all checklist items, change the pull request to READY.

🔧 Change Summary

List the changes included in this pull request.

  • Issue: SLSCMN-21
  • Create normalized event types for API Gateway events so that implementers do not need to use APIGatewayProxyEvent in handler functions. Instead, implementers may create custom API Gateway Event types.

📝 Checklist

Pull request authors must complete the following tasks before marking the PR as ready to review.

  • Complete a self-review of changes
  • Unit tests have been created or updated
  • The code is free of [new] lint errors and warnings

🧪 Steps to Test

Describe the process to test the changes in this pull request.

  1. No lint messages
  2. All tests pass with coverage

🔗 Additional Information

Optionally, provide additional details, screenshots, or URLs that may assist the reviewer.

  • ...

@mwarman mwarman added the enhancement New feature or request label Apr 14, 2024
@mwarman mwarman self-assigned this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant