sam

Results 168 issues of sam

When using `FunctionProps` in a `Function`, type inference will break: 1. when not using props, `event` is properly inferred 2. when specifying props, `event` drops to `any` The root cause...

lambda

I think `init` would be a nicer, simpler name, that means the same thing and aligns with `bind` and `call`.

lambda

A staple of any cloud application is the ability to have users sign up, sign in and authenticate. - [ ] AWS Cognito User Pools with type-safe triggers - [...

auth

- [ ] Add construct for creating sql databases with rds. - [ ] https://github.com/koskimas/kysely for sql dsl. - [ ] Should support prisma for schema management https://www.prisma.io/ - [...

Interpreters do not have support for the rest ParameterDecl syntax. ```ts function foo(...rest) {} ``` - [ ] Step Functions - [ ] Appsync - [ ] API Gateway -...

step-functions
event-bridge
appsync
api-gateway

Interpreters do not have support for the `for await (const a of b)` syntax, what would it mean to support this? - [ ] Step Functions - [ ] Appsync...

step-functions
appsync
api-gateway

We currently do not support detecting dependencies to infer IAM Policies and automate environment variable/client instantiation if the dependency is contained within another function called by the closure. - [...

lambda

We only validate these conditions at the tsc-leve, but they should be validated during synth: ```ts event.detail.prop !event.detail.prop ```

event-bridge

Functionless does not yet support classes, methods, this, super and private identifiers to be used as part of functionality such as Step Functions, Appsync, etc. - [ ] Classes -...

step-functions
appsync

We have an edge-case bug in our transformer where `import * as functionless from "functionless"` is not re-written to a commonJS `require("functionless")` if the source file we're transforming doesn't import...

bug