Adapt OpenAPI and Swagger files to include AWS API Gateway Integrations
Project description
Adapt OpenAPI and Swagger files to include AWS API Gateway Integrations
Installation
$ pip install -r requirements.txt
$ python setup.py install
Development
This project includes a number of helpers in the Makefile to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run openapi2awsapigateway cli application
$ openapi2awsapigateway --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile for building and distributing OpenAPI to AWS API Gateway,
and can be built with the included make helper:
$ make docker
$ docker run -it openapi2awsapigateway --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file openapi2awsapigateway-0.0.5.tar.gz.
File metadata
- Download URL: openapi2awsapigateway-0.0.5.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47a4120d024249cbae3b71f5c055584f91737c2ad7c951b7799bf5c3950d0a72
|
|
| MD5 |
4c0e264be8bd095961d5d95183d0d953
|
|
| BLAKE2b-256 |
23149e66731c5328b9876959493f8834e4d2d85dda82e3167b1b9cd52d7a4130
|
File details
Details for the file openapi2awsapigateway-0.0.5-py3-none-any.whl.
File metadata
- Download URL: openapi2awsapigateway-0.0.5-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5bc5abccc7b2520517c9deaf7c80bf85b1f44387bcefa413a5f3775f06a883e
|
|
| MD5 |
dcb561f96aafa5b8cbcf1c5b7f6ba13f
|
|
| BLAKE2b-256 |
6f1c8b384c7dedd374ee0b0772a26e0b3e7f513fe271897cb6c055c38c8fca4c
|