aws-ec2-instance-connect-custom-resource


Nameaws-ec2-instance-connect-custom-resource JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/yicr/aws-ec2-instance-connect-custom-resource.git
SummaryAWS EC2 instance connect custom resource
upload_time2023-07-17 17:13:34
maintainer
docs_urlNone
authoryicr<yicr@users.noreply.github.com>
requires_python~=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AWS EC2 Instance Connect Custom Resource

AWS EC2 instance connect custom resource

## Resources

This construct creating resource list.

* AWS Custom Resource

  * Lambda Function Iam Role
  * Lambda Function
  * Custom Resource Iam Role
  * Custom Policy

## Install

### TypeScript

```shell
npm install aws-ec2-instance-connect-custom-resource
```

or

```shell
yarn add aws-ec2-instance-connect-custom-resource
```

### Python

```shell
pip install aws-ec2-instance-connect-custom-resource
```

## Example

```shell
npm install aws-ec2-instance-connect-custom-resource
```

```python
import { EC2InstanceConnectCustomResource } from 'aws-ec2-instance-connect-custom-resource';

new EC2InstanceConnectCustomResource(stack, 'EC2InstanceConnectCustomResource', {
  subnetId: 'example-subnet-id',
  securityGroupIds: [
    'example-security-group-id',
  ],
});
```

## License

This project is licensed under the Apache-2.0 License.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yicr/aws-ec2-instance-connect-custom-resource.git",
    "name": "aws-ec2-instance-connect-custom-resource",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "yicr<yicr@users.noreply.github.com>",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/dd/1c/41594d46c6c9062117469ce603f01f888cfbd6691d05a94e101f2144ed54/aws-ec2-instance-connect-custom-resource-0.3.5.tar.gz",
    "platform": null,
    "description": "# AWS EC2 Instance Connect Custom Resource\n\nAWS EC2 instance connect custom resource\n\n## Resources\n\nThis construct creating resource list.\n\n* AWS Custom Resource\n\n  * Lambda Function Iam Role\n  * Lambda Function\n  * Custom Resource Iam Role\n  * Custom Policy\n\n## Install\n\n### TypeScript\n\n```shell\nnpm install aws-ec2-instance-connect-custom-resource\n```\n\nor\n\n```shell\nyarn add aws-ec2-instance-connect-custom-resource\n```\n\n### Python\n\n```shell\npip install aws-ec2-instance-connect-custom-resource\n```\n\n## Example\n\n```shell\nnpm install aws-ec2-instance-connect-custom-resource\n```\n\n```python\nimport { EC2InstanceConnectCustomResource } from 'aws-ec2-instance-connect-custom-resource';\n\nnew EC2InstanceConnectCustomResource(stack, 'EC2InstanceConnectCustomResource', {\n  subnetId: 'example-subnet-id',\n  securityGroupIds: [\n    'example-security-group-id',\n  ],\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "AWS EC2 instance connect custom resource",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/yicr/aws-ec2-instance-connect-custom-resource.git",
        "Source": "https://github.com/yicr/aws-ec2-instance-connect-custom-resource.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdb4248fd45c1750b60ee0caa402f493af88ad881349d4cd30cd3a6f707707ce",
                "md5": "ca8a4fb198d898c777cb2018eb62866b",
                "sha256": "6615eb069fb28922d9267f9d72fb31b47693e5653e01f66bcc92de6ed4dab71b"
            },
            "downloads": -1,
            "filename": "aws_ec2_instance_connect_custom_resource-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca8a4fb198d898c777cb2018eb62866b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 25809,
            "upload_time": "2023-07-17T17:13:33",
            "upload_time_iso_8601": "2023-07-17T17:13:33.010949Z",
            "url": "https://files.pythonhosted.org/packages/fd/b4/248fd45c1750b60ee0caa402f493af88ad881349d4cd30cd3a6f707707ce/aws_ec2_instance_connect_custom_resource-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd1c41594d46c6c9062117469ce603f01f888cfbd6691d05a94e101f2144ed54",
                "md5": "3a380f72dd121ae3fb0f9ed99929f12f",
                "sha256": "c27d2455e485546c5219e5049e927e03cb8d4eb1b4df61c2d0e5a856a37e4314"
            },
            "downloads": -1,
            "filename": "aws-ec2-instance-connect-custom-resource-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3a380f72dd121ae3fb0f9ed99929f12f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 26597,
            "upload_time": "2023-07-17T17:13:34",
            "upload_time_iso_8601": "2023-07-17T17:13:34.449316Z",
            "url": "https://files.pythonhosted.org/packages/dd/1c/41594d46c6c9062117469ce603f01f888cfbd6691d05a94e101f2144ed54/aws-ec2-instance-connect-custom-resource-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-17 17:13:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yicr",
    "github_project": "aws-ec2-instance-connect-custom-resource",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aws-ec2-instance-connect-custom-resource"
}
        
Elapsed time: 0.28955s