Write a lambda function to rotate Facebook Access Token #1
Labels
enhancement
New feature or request
Hacktoberfest
This issue counts towards Hacktoberfest contributions
help wanted
Extra attention is needed
There are 2 types of Facebook access tokens:
Long access tokens can't be directly generated. They are fetched by exchanging the short access token. This introduces a peculiar problem. Upon container start,
Writing a simple lambda function to do the long access token rotation would solve this problem. For AWS Fargate deployments, we can store these secrets in AWS Secrets Manager which supports rotating secrets using a lambda function.
The text was updated successfully, but these errors were encountered: