Skip to content

Commit

Permalink
feat: remove AWS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larswmh committed Jan 13, 2024
1 parent 879e5d9 commit 19e66aa
Show file tree
Hide file tree
Showing 39 changed files with 7 additions and 7,226 deletions.
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Ignores everything except dist/ prisma/ apps/ and yarn.lock
# apps/ is needed so that CDK (in /aws/maybe-app) has access to the per-app Dockerfile
*
!apps/
!dist/
!prisma/
!yarn.lock
5 changes: 0 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ AUTH0_DEPLOY_CLIENT_SECRET=
POSTMARK_SMTP_PASS=
NX_SESSION_SECRET=

# If you want to test any code that utilizes the AWS SDK locally, add temporary STAGING credentials (can be retrieved from SSO dashboard)
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_SESSION_TOKEN=

NX_PLAID_SECRET=
NX_FINICITY_APP_KEY=
NX_FINICITY_PARTNER_SECRET=
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Thumbs.db
**/.env
**/.env.local

aws/maybe-app/cdk.out

# Next.js
.next

Expand Down
4 changes: 0 additions & 4 deletions apps/server/src/app/lib/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ import finicity, { getFinicityTxPushUrl, getFinicityWebhookUrl } from './finicit
import stripe from './stripe'
import postmark from './postmark'
import { managementClient } from './auth0'
import s3 from './s3'
import secretsClient from './secretsClient'
import defineAbilityFor from './ability'
import env from '../../env'
import logger from '../lib/logger'
Expand Down Expand Up @@ -314,8 +312,6 @@ export async function createContext(req: Request) {
prisma,
plaid,
stripe,
s3,
secretsClient,
managementClient,
logger,
user,
Expand Down
77 changes: 0 additions & 77 deletions apps/server/src/app/lib/multerS3Storage.ts

This file was deleted.

15 changes: 0 additions & 15 deletions apps/server/src/app/lib/s3.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/server/src/app/lib/secretsClient.ts

This file was deleted.

15 changes: 0 additions & 15 deletions apps/workers/src/app/lib/s3.ts

This file was deleted.

8 changes: 0 additions & 8 deletions aws/maybe-app/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions aws/maybe-app/.npmignore

This file was deleted.

19 changes: 0 additions & 19 deletions aws/maybe-app/README.md

This file was deleted.

93 changes: 0 additions & 93 deletions aws/maybe-app/bin/maybe-app.ts

This file was deleted.

20 changes: 0 additions & 20 deletions aws/maybe-app/cdk.context.json

This file was deleted.

Loading

0 comments on commit 19e66aa

Please sign in to comment.