-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(worker): add AWS support to decompress and webhook handlers (#729)
* update DecompressHandler * wip: decompress handler * refactor DecompressHandler * fix webhook handler * fix: return err * refactor: decompress and webhook handlers * refactor: SNSMessageHeader * refactor request * removed extra line * refactor the handler * refactor 2 * refactor: DecompressHandler * add validation for message signature * add signature validation for webhook handler * refactor: decompress and webhook handlers * fix * refactor * use json.NewDecoder instead of c.Bind * fix: isGCP function
- Loading branch information
1 parent
f344499
commit 2ceefda
Showing
4 changed files
with
122 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters