Skip to content

Commit ccbb430

Browse files
authored
Merge pull request #7 from iDanielBot/refactor/sdk-v3
refactor: migrate to sdk v3 for the lambda client
2 parents a844f49 + 66d6500 commit ccbb430

File tree

7 files changed

+6958
-4049
lines changed

7 files changed

+6958
-4049
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x]
19+
node-version: [18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 14
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm test
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 14
25+
node-version: 18
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm publish

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<p align="center">JavaScript/Typescript library for making AWS Lambda to Lambda calls via <a href="https://github.com/anttiviljami/openapi-client-axios" target="_blank">openapi-client-axios</a> .
44

5+
## Versioning
6+
7+
### 0.x to 1.x
8+
- changed to AWS SDK v3 to reduce bundle size and allow the update to the Node 18 runtime
9+
510
## Features
611

712
- [x] Easy to make API like calls via <a href="https://github.com/anttiviljami/openapi-client-axios" target="_blank">openapi-client-axios</a> library.

0 commit comments

Comments
 (0)