pulumi-aws-apigateway


Namepulumi-aws-apigateway JSON
Version 2.4.0 PyPI version JSON
download
home_page
SummaryPulumi Amazon Web Services (AWS) API Gateway Components.
upload_time2024-02-28 12:07:31
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi aws apigateway category/cloud kind/component
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-aws-apigateway/workflows/release/badge.svg)](https://github.com/pulumi/pulumi-aws-apigateway/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Faws-apigateway.svg)](https://www.npmjs.com/package/@pulumi/aws-apigateway)
[![Python version](https://badge.fury.io/py/pulumi-aws-apigateway.svg)](https://pypi.org/project/pulumi-aws-apigateway)
[![NuGet version](https://badge.fury.io/nu/pulumi.awsapigateway.svg)](https://badge.fury.io/nu/pulumi.awsapigateway)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws-apigateway/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws-apigateway/sdk/go)
[![License](https://img.shields.io/github/license/pulumi/pulumi-aws-apigateway)](https://github.com/pulumi/pulumi-aws-apigateway/blob/master/LICENSE)

# Pulumi AWS API Gateway Component

The Pulumi AWS API Gateway library provides a Pulumi component that easily creates AWS API Gateway REST APIs. This component exposes the Crosswalk for AWS functionality documented in the [Pulumi AWS API Gateway guide](https://www.pulumi.com/docs/guides/crosswalk/aws/api-gateway/) as a package available in all Pulumi languages.

<div>
    <a href="https://www.pulumi.com/templates/serverless-application/aws/" title="Get Started">
       <img src="https://www.pulumi.com/images/get-started.svg?" width="120">
    </a>
</div>

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    npm install @pulumi/aws-apigateway

or `yarn`:

    yarn add @pulumi/aws-apigateway

### Python

To use from Python, install using `pip`:

    pip install pulumi-aws-apigateway

### Go

To use from Go, use `go get` to grab the latest version of the library

    go get github.com/pulumi/pulumi-aws-apigateway/sdk

### .NET

To use from .NET, install using `dotnet add package`:

    dotnet add package Pulumi.AwsApiGateway

## References

* [Tutorial](https://www.pulumi.com/templates/serverless-application/aws/)
* [API Reference Documentation](https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/)
* [Examples](./examples)
* [Crosswalk for AWS - API Gateway Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/api-gateway/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulumi-aws-apigateway",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi,aws,apigateway,category/cloud,kind/component",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b1/55/c98002185a0d03b49dd88e9e67710b3c2de63586742db14c09101df14468/pulumi_aws_apigateway-2.4.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-aws-apigateway/workflows/release/badge.svg)](https://github.com/pulumi/pulumi-aws-apigateway/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Faws-apigateway.svg)](https://www.npmjs.com/package/@pulumi/aws-apigateway)\n[![Python version](https://badge.fury.io/py/pulumi-aws-apigateway.svg)](https://pypi.org/project/pulumi-aws-apigateway)\n[![NuGet version](https://badge.fury.io/nu/pulumi.awsapigateway.svg)](https://badge.fury.io/nu/pulumi.awsapigateway)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-aws-apigateway/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-aws-apigateway/sdk/go)\n[![License](https://img.shields.io/github/license/pulumi/pulumi-aws-apigateway)](https://github.com/pulumi/pulumi-aws-apigateway/blob/master/LICENSE)\n\n# Pulumi AWS API Gateway Component\n\nThe Pulumi AWS API Gateway library provides a Pulumi component that easily creates AWS API Gateway REST APIs. This component exposes the Crosswalk for AWS functionality documented in the [Pulumi AWS API Gateway guide](https://www.pulumi.com/docs/guides/crosswalk/aws/api-gateway/) as a package available in all Pulumi languages.\n\n<div>\n    <a href=\"https://www.pulumi.com/templates/serverless-application/aws/\" title=\"Get Started\">\n       <img src=\"https://www.pulumi.com/images/get-started.svg?\" width=\"120\">\n    </a>\n</div>\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    npm install @pulumi/aws-apigateway\n\nor `yarn`:\n\n    yarn add @pulumi/aws-apigateway\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    pip install pulumi-aws-apigateway\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    go get github.com/pulumi/pulumi-aws-apigateway/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    dotnet add package Pulumi.AwsApiGateway\n\n## References\n\n* [Tutorial](https://www.pulumi.com/templates/serverless-application/aws/)\n* [API Reference Documentation](https://www.pulumi.com/registry/packages/aws-apigateway/api-docs/)\n* [Examples](./examples)\n* [Crosswalk for AWS - API Gateway Guide](https://www.pulumi.com/docs/guides/crosswalk/aws/api-gateway/)\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Pulumi Amazon Web Services (AWS) API Gateway Components.",
    "version": "2.4.0",
    "project_urls": {
        "Repository": "https://github.com/pulumi/pulumi-aws-apigateway"
    },
    "split_keywords": [
        "pulumi",
        "aws",
        "apigateway",
        "category/cloud",
        "kind/component"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b4e3a3439c2fa6b37d569f97c037b10d6722a13552b959e1ae0a73bb233c83c",
                "md5": "6300f7314893456a86f78a1c9a08fd95",
                "sha256": "28edcb8cd94592a6723f207c1f00ef1fa2f395e2278bb85fc5887e81ec18a8f0"
            },
            "downloads": -1,
            "filename": "pulumi_aws_apigateway-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6300f7314893456a86f78a1c9a08fd95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17907,
            "upload_time": "2024-02-28T12:07:29",
            "upload_time_iso_8601": "2024-02-28T12:07:29.926814Z",
            "url": "https://files.pythonhosted.org/packages/3b/4e/3a3439c2fa6b37d569f97c037b10d6722a13552b959e1ae0a73bb233c83c/pulumi_aws_apigateway-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b155c98002185a0d03b49dd88e9e67710b3c2de63586742db14c09101df14468",
                "md5": "4e4ccb95bfbc7b259fa74665f53ba940",
                "sha256": "766a55e91d9535252aa68742d23657c18d5057b80b3f204896e2293c35bf5691"
            },
            "downloads": -1,
            "filename": "pulumi_aws_apigateway-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e4ccb95bfbc7b259fa74665f53ba940",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16247,
            "upload_time": "2024-02-28T12:07:31",
            "upload_time_iso_8601": "2024-02-28T12:07:31.595028Z",
            "url": "https://files.pythonhosted.org/packages/b1/55/c98002185a0d03b49dd88e9e67710b3c2de63586742db14c09101df14468/pulumi_aws_apigateway-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 12:07:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-aws-apigateway",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-aws-apigateway"
}
        
Elapsed time: 0.20187s