AtlasOfLivingAustralia / api-gateway

Issues & documentation repository for managing the delivery of the API Gateway for the Atlas.
0 stars 0 forks source link

Implement API key Lambda Authorizer #2

Open djtfmartin opened 2 years ago

djtfmartin commented 2 years ago

Implement an authorizer in AWS that checks that the API key supplied in the x-api-key header is valid against UserDetails.

For backwards compatibility, this authorizer will need to allow support for API keys supplied from the legacy apikey application until such a time that we can switch off the support.

djtfmartin commented 2 years ago

Prototyped lambda authorizer developed that backs on to userdetails API validation service.