Skip to content
View m-zare's full-sized avatar

Block or report m-zare

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. IBSngReport IBSngReport Public

    IBSng users list

    Python 1

  2. How to create multiple CDKToolkit in... How to create multiple CDKToolkit in an environment.
    1
    Bootstrap the account with a custom `Qualifier` for the CDKToolkit.
    2
    
                  
    3
    ```
    4
    cdk bootstrap --qualifier DESIRED_QUALIFIER --toolkit-stack-name DESIRED_CDKToolkit_NAME
    5
    ```
  3. ansible-ssh-copy-id ansible-ssh-copy-id Public

    Forked from ryankwilliams/ansible-ssh-copy-id

    Ansible role to inject SSH public keys into remote systems for pass wordless entry

    Python

  4. call-forward call-forward Public

    Forward specific calls to specified extention based on Caller ID.

    Java

  5. State Machine executer State Machine executer
    1
        def execute_statemachine(self, arn, region):
    2
            # https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html
    3
            create_update_action = cr.AwsSdkCall(
    4
                service="StepFunctions",
    5
                action="startExecution",