Skip to content

Commit

Permalink
Spelling πŸ˜… (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti authored Jan 18, 2023
1 parent dea3858 commit c3c2bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a teeny-tiny AWS SDK implementation for TypeScript using [Proxies](https
## Why?

We want a lightweight AWS SDK that has no impact on Lambda cold starts and a standard API design. The AWS SDK v3 traded off usability to save on bundle size with the introduction of `client.send(Command)` and still didn't achieve a lightweight experience. None of this should be necessary - we can have our cake and eat it to!
We want a lightweight AWS SDK that has no impact on Lambda cold starts and a standard API design. The AWS SDK v3 traded off usability to save on bundle size with the introduction of `client.send(Command)` and still didn't achieve a lightweight experience. None of this should be necessary - we can have our cake and eat it too!

## Problems with AWS SDK v3

Expand Down

0 comments on commit c3c2bde

Please sign in to comment.