79298463

Date: 2024-12-20 21:48:56
Score: 2
Natty:
Report link

This is how AWS is doing it. They're dynamically writing the SSM Parameter Names into a .json file and then calling GetParameter in the function.

https://github.com/aws-samples/cognito-at-edge-federated-ui-sample/blob/a49f0cc15a4c5bad973fe109abcf9d4d701cf160/infrastructure/lib/constructs/app-cdn.ts#L120

https://github.com/aws-samples/cognito-at-edge-federated-ui-sample/blob/a49f0cc15a4c5bad973fe109abcf9d4d701cf160/infrastructure/lib/constructs/app-cdn.auth-handler.ts#L5

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BryceLarkin