Jacco Kulman
Jacco Kulman
Am implementing dutch (nl) support and also have implemented the noSpace/spaceException (differently) of course... You think this repo is still maintained? Will the PR ever be merged?
About passing dicts: I am playing with an adjustment of https://github.com/aws/jsii/blob/main/packages/jsii-pacmak/lib/targets/python.ts In case where `name_mappings` are present instead of only property getter also setter could be emitted. These setters could...
Think this might be solved by https://github.com/awslabs/smithy-rs/pull/985
Would this also be solved if the have Clone? Am working on a PR in smithy-rs https://github.com/awslabs/smithy-rs/pull/985
Discussion about role naming/scope: ====================== ## Name It used to be: `StateMachineName + EventName + 'Role'` I changed role naming to: `ApiName + StateMachineName + 'Role'` If one StateMachine has...
Discussion about new "Action" property on EventSource: ========================================= So I added an "Action" property to the event source. There are three possible values: - `start` for IntegrationSubtype `StepFunctions-StartExecution` - `stop`...
Discussion extra parameters ==================== Name - for ExecutionName in start & startSync (Name actually does not work for startSync, but console shows it also...) TraceHeader - for startSync Input -...
Discussion HttpApi -> (any) StateMachine (cross region) ========================================= By **default** the API integration will assume the specified ARN is in the same region as the API is, but the integrations...
Not entirely sure but can this request not already be solved: ```yaml Resources: BucketEventConsumer: Type: AWS::Serverless::Function Properties: Handler: BucketEventConsumer.main.lambda_handler Runtime: python3.6 CodeUri: bundle.zip Events: !If - NeedsSomeBucket - CreateMetaEvent: Condition:...
This sounds great. I would like to work on this. I have a question about this proposal though. Since the actual function is outside in all cases outside the current...