🔑 Securely Connecting to Managed Services like S3 from within VPCs
This project uses AWS Gateway Endpoints to securely connect to S3 from within a VPC.
You can deploy the app to your AWS account by running the following command:
pnpmi i
npx sst deploy --stage dev
Important Note: This project must be deployed to AWS using
npx sst deploy
and cannot be tested withnpx sst dev
in local development mode. The Lambda function can't be invoked in the local development environment.