aws-samples / webhooks

Send and receive webhooks on AWS: Innovate with event notifcations.
https://aws.amazon.com/blogs/compute/sending-and-receiving-webhooks-on-aws-innovate-with-event-notifications/
MIT No Attribution
23 stars 8 forks source link

Missing folders such as authorizer in receive_webhooks #2

Closed linachenuiuc closed 8 months ago

linachenuiuc commented 8 months ago

Hi there,

Thanks for providing examples for integrating aws services.

In the Makefile, src/authorizer folder is specified. However, it didn't seem available in the repo. Will such missing folders to be added in future?

Thanks, Lina

wirjo commented 8 months ago

Thanks @linachenuiuc - I will look into this cc @jplock

jplock commented 8 months ago

Good catch. The code isn’t missing, that’s a remnant from a previously unreleased implementation. We’ll get the Makefile fixed.

linachenuiuc commented 8 months ago

Great. Thanks.