pulumi / pulumi-cdk

Pulumi/CDK Interop Library
Apache License 2.0
61 stars 5 forks source link

Switch websocket example to HTTP api #159

Open corymhall opened 2 months ago

corymhall commented 2 months ago

The Websocket example test is too flaky which means it is probably not a great example to give to users. We should change the example to be a normal HTTP API instead of a websocket api.

https://github.com/pulumi/pulumi-cdk/tree/1094919510fafd3f44d4bec92b6c10fd574787db/examples/api-websocket-lambda-dynamodb

t0yv0 commented 2 months ago

Thanks @corymhall , removing needs-triage per the triage process.