Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

JonHolman/sst-angular-s3-file-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sst-angular-s3-file-explorer - backend

This is a demo angular SST app I created to show the capabilities of SST (and AWS CDK) and the AWS Amplify JS Library

Used this as my starting point: https://github.com/Manitej66/serverless-stack/tree/angular-app/examples/angular-app

With inspiration from:

Also removed the API Gateway and Lambda to show that this functionality can be delivered with only Cognito, Amplify, and S3.

Useful Commands

For local development open two terminals one for each of the following commands:

npx sst start
cd frontend && npm start

To deploy an environment named test:

npx sst deploy --stage test

To deploy production:

npx sst deploy --stage prod

Original README.md below


Getting Started with Serverless Stack (SST)

This project was bootstrapped with Create Serverless Stack.

Start by installing the dependencies.

$ npm install

Commands

npm run start

Starts the local Lambda development environment.

npm run build

Build your app and synthesize your stacks.

Generates a .build/ directory with the compiled files and a .build/cdk.out/ directory with the synthesized CloudFormation stacks.

npm run deploy [stack]

Deploy all your stacks to AWS. Or optionally deploy, a specific stack.

npm run remove [stack]

Remove all your stacks and all of their resources from AWS. Or optionally removes, a specific stack.

npm run test

Runs your tests using Jest. Takes all the Jest CLI options.

Documentation

Learn more about the Serverless Stack.

Community

Follow us on Twitter or post on our forums.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published