architect / functions

AWS Lambda Node runtime helpers for Architect apps
https://arc.codes
163 stars 38 forks source link

Fix return type on arc.tables.name.put #527

Closed camjackson closed 2 years ago

camjackson commented 2 years ago

This is a fix for the new types in the current RC, which I implemented and @tbeseda merged.

I previously had put returning {}, which is incorrect. put actually returns whatever you pass into it. This is now fixed.

Checklist