'How do I authenticate a Lambda function to access a Django endpoint?
Note: This question appears to be identical, but actual problem asked is unanswered and the OP ends up changing his entire approach.
Suppose I have some lambda-based application that I want to let access my Django application. How do I authenticate it?
I could just give the lambda function a username/password, but that's far from ideal in a long term security context.
Is there a way to directly authenticate a lambda function in django? Alternatively, are there better security practices that could be employed (i.e. secret rotation) so that this can be done?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
