Skip to content
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

feat: Remove with-aws-lambda example #778

Merged
merged 3 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions examples/with-aws-lambda/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions examples/with-aws-lambda/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please refer to [this](https://github.com/supertokens/supertokens-node/blob/master/examples/aws/with-emailpassword) example to set up SuperTokens with AWS Lambda.
21 changes: 0 additions & 21 deletions examples/with-aws-lambda/backend/auth.js

This file was deleted.

21 changes: 0 additions & 21 deletions examples/with-aws-lambda/backend/config.js

This file was deleted.

16 changes: 0 additions & 16 deletions examples/with-aws-lambda/backend/package.json

This file was deleted.

35 changes: 0 additions & 35 deletions examples/with-aws-lambda/backend/user.js

This file was deleted.

1 change: 0 additions & 1 deletion examples/with-aws-lambda/frontend/.env

This file was deleted.

42 changes: 0 additions & 42 deletions examples/with-aws-lambda/frontend/package.json

This file was deleted.

1 change: 0 additions & 1 deletion examples/with-aws-lambda/frontend/public/_redirects

This file was deleted.

1 change: 0 additions & 1 deletion examples/with-aws-lambda/frontend/public/background.svg

This file was deleted.

Binary file removed examples/with-aws-lambda/frontend/public/favicon.ico
Binary file not shown.
40 changes: 0 additions & 40 deletions examples/with-aws-lambda/frontend/public/index.html

This file was deleted.

Binary file removed examples/with-aws-lambda/frontend/public/logo192.png
Binary file not shown.
Binary file removed examples/with-aws-lambda/frontend/public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions examples/with-aws-lambda/frontend/public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with-aws-lambda/frontend/public/robots.txt

This file was deleted.

33 changes: 0 additions & 33 deletions examples/with-aws-lambda/frontend/src/App.css

This file was deleted.

9 changes: 0 additions & 9 deletions examples/with-aws-lambda/frontend/src/App.test.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions examples/with-aws-lambda/frontend/src/App.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions examples/with-aws-lambda/frontend/src/Footer/index.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions examples/with-aws-lambda/frontend/src/Home/CallAPIView.tsx

This file was deleted.

Loading
Loading