Skip to content

Commit

Permalink
chore: reorg lambdas (#748)
Browse files Browse the repository at this point in the history
# Pull Request type



Please check the type of change your PR introduces:

- [ ] Bugfix
- [ ] Feature
- [x] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no API changes)
- [ ] Build-related changes
- [ ] Documentation content changes
- [ ] Other (please describe):

## What is the current behavior?



Issue Number: N/A

## What is the new behavior?



-
-
-

## Does this introduce a breaking change?

- [ ] Yes
- [ ] No



## Other information




PR-URL: #748
Co-authored-by: Joe Karow <[email protected]>
  • Loading branch information
kodiakhq[bot] and JoeKarow authored Aug 29, 2023
2 parents 51d6bd2 + 8ebc877 commit a7f9f59
Show file tree
Hide file tree
Showing 55 changed files with 95 additions and 933 deletions.
19 changes: 6 additions & 13 deletions InReach.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@
"name": "🛠️ Utilities (@weareinreach/util)",
"path": "./packages/util"
},
{
"name": "🐑 AWS User Migration (@weareinreach/aws-user-migrate)",
"path": "./packages/aws-user-migrate"
},
{
"name": "🐑 AWS Cognito Messaging (@weareinreach/aws-messaging)",
"path": "./packages/aws-messaging"
},
{
"name": "🐑 AWS i18n Cache (@weareinreach/aws-i18n-cache)",
"path": "./packages/aws-cache"
},
{
"name": "⚙️ Environment Variables (@weareinreach/env)",
"path": "./packages/env"
Expand All @@ -76,6 +64,10 @@
"name": "✨ InReach (root)",
"path": "./"
},
{
"name": "🐑 AWS Lambdas",
"path": "./lambdas"
},
{
"name": "🛠️ Patched packages",
"path": "./patches"
Expand Down Expand Up @@ -185,7 +177,8 @@
"node_modules/": true,
"packages/": true,
"patches/": true,
"storybook-static/": true
"storybook-static/": true,
"lambdas/": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
Expand Down
1 change: 0 additions & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"@types/flat": "5.0.2",
"@types/luxon": "3.3.1",
"@types/node": "18.17.12",
"@types/prettier": "2.7.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.12",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@types/aws-lambda": "8.10.119",
"@types/eslint": "8.44.2",
"@types/node": "18.17.12",
"@types/prettier": "2.7.3",
"@vercel/ncc": "0.36.1",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@manypkg/cli": "0.21.0",
"@types/lint-staged": "13.2.0",
"@types/node": "18.17.12",
"@types/prettier": "2.7.3",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
"boxen": "7.1.1",
Expand Down
1 change: 0 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@types/google.maps": "3.54.0",
"@types/luxon": "3.3.1",
"@types/node": "18.17.12",
"@types/prettier": "2.7.3",
"@types/terraformer__wkt": "2.0.0",
"@weareinreach/config": "workspace:*",
"@weareinreach/eslint-config": "0.100.0",
Expand Down
38 changes: 0 additions & 38 deletions packages/aws-cache/README.TOOLKIT.md

This file was deleted.

128 changes: 0 additions & 128 deletions packages/aws-cache/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions packages/aws-cache/package.json

This file was deleted.

42 changes: 0 additions & 42 deletions packages/aws-cache/samconfig.toml

This file was deleted.

Loading

0 comments on commit a7f9f59

Please sign in to comment.