Skip to content

Commit

Permalink
Merge pull request #7 from iDanielBot/refactor/sdk-v3
Browse files Browse the repository at this point in the history
refactor: migrate to sdk v3 for the lambda client
  • Loading branch information
iDanielBot committed Aug 14, 2023
2 parents a844f49 + 66d6500 commit ccbb430
Show file tree
Hide file tree
Showing 7 changed files with 6,958 additions and 4,049 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm ci
- run: npm test

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<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> .

## Versioning

### 0.x to 1.x
- changed to AWS SDK v3 to reduce bundle size and allow the update to the Node 18 runtime

## Features

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

0 comments on commit ccbb430

Please sign in to comment.