stepfunctions2processing icon indicating copy to clipboard operation
stepfunctions2processing copied to clipboard

Configuration with AWS step functions and lambdas which initiates processing from activity state

Results 2 stepfunctions2processing issues
Sort by recently updated
recently updated
newest added

When running the `StepFunctionFargate`, I get an error that ``` CannotStartContainerError: Error response from daemon: failed to initialize logging driver: failed to create Cloudwatch log stream: ResourceNotFoundException: The specified log...

I am implementing a Step Function where by need to get the Input data sent from Step function to AWS Fargate Tasks. Inside the container how to retrieve the Input...