dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
366 stars 27 forks source link

AWS S3 Fix w/ Optional Arguments #529

Closed chuck-dbos closed 4 months ago

chuck-dbos commented 4 months ago

Arguments were supposed to be optional but weren't always acting that way.

maxdml commented 4 months ago

maybe that deserves a unit test =) Maybe not (given ArgsOptional is tested on its own...)