-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
appsync: L2 for AppSync Events #32004
Comments
It will be great to have L2 constructs 💪 Are there already L1 constructs? 👀 I don't see any. But I can see it in CloudFormation docs. |
It seems L1s are merged: #32007 |
Thank you! Please help us prioritize with 👍 and we welcome community PRs! |
This issue has received a significant amount of attention so we are automatically upgrading its priority. A member of the community will see the re-prioritization and provide an update on the issue. |
Hi. |
hi! any news on this? I would like to start testing AWS AppSync Events but I really need to do it using AWS CDK and not through the console |
Hi, |
perfect! I can't wait to test it! |
Describe the feature
AWS AppSync Events allows developers to easily broadcast real-time event data to subscribers using serverless WebSocket APIs, eliminating the need to build WebSocket infrastructure.
Release blog:
https://aws.amazon.com/blogs/mobile/announcing-aws-appsync-events-serverless-websocket-apis/
Developer Guide:
https://docs.aws.amazon.com/appsync/latest/eventapi/event-api-welcome.html
Use Case
Easily configure AppSync Events resources, e.g.
Proposed Solution
No response
Other Information
It seems we don't have CloudFormation for AppSync Events support yet.After L1s are added, we can design L2 APIs. edit) L1s appears merged recently: #32007Here is an implementation example: https://github.com/aws-samples/websocket-api-cognito-auth-sample/blob/main/cdk/lib/construct/events.ts
Acknowledgements
CDK version used
2.165.0
Environment details (OS name and version, etc.)
macOS
The text was updated successfully, but these errors were encountered: