Sam Sussman

Results 112 comments of Sam Sussman

and then ```json { "Type": "Task", "Parameters": { "scope": { ... free variables ... }, "payload": args[0] // evaluated etc... }, "ResultPath": "output" } ``` And states to handle applying...

## Event Bridge contract https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-events-targets.ApiGateway.html ```ts path: '/*/test', method: 'GET', stage: 'prod', pathParameterValues: ['path-value'], headerParameters: { Header1: 'header1', }, queryStringParameters: { QueryParam1: 'query-param-1', }, deadLetterQueue: dlq ``` ```ts bus.all().map((event) =>...

Hmm. I did String (), not to string, but it would be the same, small change.

> Not turbo formation? My though was to have a nested package (`@functionless/formation`) and then a top level package that gets published `???-formation` (like we are doing with `functionless`).

This section needs to be moved to advanced or dumbed down, A user at this point does not need to know about the implementation details of integrations. https://functionless.org/docs/concepts/integration/#integration-context

Documentation Overview: 1. What is a Resource 2. What is an Integration 3. What is an Integration Type 4. How do they relate 5. Current Integration Types 6. Supporting Integration...

Some related ideas in here if you did see them: https://github.com/functionless/functionless/issues/106

Could you write examples in relation to the table and the call in a function or sfn? Very similar to what I wrote in #106 though ```ts table.updateItem(item, (prev) =>...

Dynamo doesn't nessecarily need to be fluent, better if we can keep it as one closure. Limitations in the compilation target and the ability to compose with event bus drove...

or.... I implemented a Lazy Integration in that branch I made for #414