Olaf Conijn
Olaf Conijn
typescript errors that get thrown can be caught. in typescript the type that gets caught is an instance of the error. in ASL the type that gets "caught" is a...
if a statemachine is invokes as a typescript function, the compiler must throw an error if the call is awaited (synchronous invokes of statemachines are not supported). if a lambda...
currently typescript functions deployed as lambdas are always synchronously invoked. what the compiler should do instead is dependent on whether the function returns a a promise and whether that promise...
would be interesting as a migration mechanism, learning tool, testing and collecting samples
once asl-lib is [implemented](https://github.com/OlafConijn/ts2asl/issues/7) it would be great to have examples and some tools to help with the ergenomics of unittesting. I think it would be great to standardise on...
The asl-lib currently doesn't do anything when invoked. methods should be implemented in a way they can execute (and do what ASL does) inside a node runtime
in order to 1. automate the installation of this reference architecture 2. integation with the org-formation-cli tool I would be beneficial for this repo to support a formal templating language...
would be most convenient to deploy the reference architecture using the Serverless Application Repository (from within the management account). Limitations in CloudFormation would prevent you from executing code (cant do:...
would be great to move the `!GetAtt AWSAccount.Tags.xxx` expressions to the tasks file for better visibility, just like was done with 040-budgets