Sam Sussman
Sam Sussman
I am also concerned with maintaining multiple interpreters in the short term, one for express step functions and one for standard. Other concerns: ## The problems of mutable expressions ```ts...
Not actually closed, not sure why I added this one to #315
Could you add a statement about the state of source maps?
Love the idea. We could do something like `Function.exec` where `exec` is an integration implemented by each resource. That would allow the resource to implement things like construct scope, id,...
```ts new ExpressStepFunction( this, "HandlePostLog", async (event: { body: { message: string } }) => { const connections = await $AWS.DynamoDB.Query({ Table: table, KeyConditionExpression: "#pk = :pk", ExpressionAttributeNames: { "#pk":...
the idea of allowing `new Function` is also an option, but 1. I don't like the idea of mixing the synth time `new` into a runtime function. 1. Personally I...
Agreed in general, but that is not what this request was for. (Please correct me of I am taking this off track @tvanhens) This request is for a nested closure...
While functionless will be much better at reducing a stack to the program logic, step functions will have a similar issue where a bunch of lambdas are defined at the...
> What would an anonymous function then be? Should it just be a function without an id? This comment made it seem like we'd just solve the problem of giving...
I think its possible, just need to wrap the start and the end of the function to setup the scope and then include the values in the request and updates...