virtual-waiting-room-on-aws
virtual-waiting-room-on-aws copied to clipboard
Virtual Waiting Room on AWS solution helps absorb and control incoming user requests to your website during an unusually large burst of traffic, usually due to a large-scale event.
**Describe the feature you'd like** Include a master by-pass switch in the virtual waiting room solution so that users can 'short circuit' the waiting room in the chance event that...
This container already has the environment configured and it's the Lambda Python 3.8 container. Let's see if this simplifies the Dockerfile and build steps.
Need to always configure CloudFront WAFs in us-east-1 regardless of where the stack is being installed.
Add a discussion of the integration patterns from the compute blog article: https://aws.amazon.com/blogs/compute/introducing-aws-virtual-waiting-room/ > There are four common patterns supported for integrating the waiting room into your application:
Customize GitHub workflows for project build Install roles, queues and pipelines for Solutions publishing process https://github.com/aws-solutions/aws-media-services-application-mapper/tree/main/.github/workflows
Send notification to SB and provide workflow output. Let SB side of the system determine what to do next.
This is paired with the Getting Started template used as a basic training course for users new to the AWS Virtual Waiting Room. Covers minimal installation Terms Basic flow concepts...
Specifically: ``` paths-ignore: - "docs/**" - "**/*.md" ```
This line in our code: `jwt.JWT(header={"alg": "RS256", "typ": "JWT", "kid": keypair.key_id}, claims=claims) ` generates a DeprecationWarning: Call to deprecated function (or staticmethod) key_id.