CDLUC3 / dmphub

Simple metadata repository for networked DMPs
MIT License
3 stars 1 forks source link

API Gateway - tie endpoints to Cognito user pools #94

Closed briri closed 1 year ago

briri commented 2 years ago

Update the API Gateway endpoints to require Cognito user pools

The POST /dmps and PUT /dmps/[:dmp_id] lambda functions may need to be updated depending on how we will receive the user's identifier from Cognito (e.g. do we store 'dmptool' and 'jane.doe@example.org' or a Cognito UUID if its persistent after a rebuild of the system)

Update CloudFormation if necessary