This project demonstrates the use of Amazon API WebSocket Gateway using SST (Serverless Stack) v3.
To run this application, follow these steps:
-
Ensure you have Node.js installed on your system.
-
Clone this repository to your local machine.
-
Install the dependencies by running
pnpm i
in the project root directory. -
Start the development server by running:
npx sst dev
This command will deploy the application to your AWS account and start the local development environment.
This application is built using SST v3, which provides a powerful framework for building serverless applications.
It showcases how you can use AppConfig to provide real-time feature flags to your application.
sst.config.ts
: SST configuration fileapp/page.tsx
: Main Next.js page for the frontendfunctions/api.ts
: Function talking to AppConfig to get the current feature flag state
To learn more about SST and how to use it for serverless development, check out the SST documentation.