cdk-ssm-documents icon indicating copy to clipboard operation
cdk-ssm-documents copied to clipboard

Results 16 cdk-ssm-documents issues
Sort by recently updated
recently updated
newest added

I have this block of code that gets the security groups from an EFS mount target and then creates a new mount target using that value: ``` typescript this.restoreDocument.addStep(new AwsApiStep(this,...

I am trying to create a lambda function step using [`InvokeLambdaFunctionStep`](https://github.com/cdklabs/cdk-ssm-documents/blob/main/src/parent-steps/automation/invoke-lambda-function-step.ts). However, there is no `outputs` parameter on `InvokeLambdaFunctionStepProps`. This is the function i am trying to create: ``` export...

Add support for IAM Role and other supported input types to SSM documents: ![image](https://github.com/cdklabs/cdk-ssm-documents/assets/19827255/628522de-bb86-4c7b-b434-2b07a12f4302) with current StringType, input variables for IAM roles cause errors when the role is used in...

**Here is my cdk code** ``` ssm_documents.StringDocument.from_yaml( self, "lustre-preload", document_yaml=lustre_preload_document_yaml ) ``` **Here is my YAML Automation Document (it works if I copy / paste in the AWS console)** ```...

Small copy-paste error on RunShellScriptStep: https://github.com/cdklabs/cdk-ssm-documents/blob/44c2a3387baac69d8c566ece467e516e9095062c/src/parent-steps/command/run-shell-script-step.ts#L30 annotation from SleepStep

Hello, Not directly an issue but question on how to properly code that step as in subject. Currently have: > execute_powershell = ssm_docs.RunPowerShellScriptStep( > self, > "execute_delicense_script", > name="Run delicense...

1. When setting just maxAttempts for a step, the step attribute is not set when printing the document content.\ ```python default_values = { "max_attempts": 1 } # Define your steps......

This PR closes the following issues/PRs: * https://github.com/cdklabs/cdk-ssm-documents/issues/73 * Adds the `outputs` parameter of automation steps as the `userOutputs` parameter on this library * https://github.com/cdklabs/cdk-ssm-documents/issues/70 * Simple typo fix *...

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies