Skip to main content

AWS Lambda invoke transport plugin for HTTPie

Project description

https://img.shields.io/pypi/v/httpie_lambda.svg

A HTTPie plugin for interacting with AWS Lambdas.

Invoke AWS Lambda directly with all the user-friendliness of HTTPie and without having to utilize API Gateway.

Quick Start

Installation

pip intall httpie-lambda

Usage

Usage is consistent with HTTPie, simply use http+lambda as protocol:

> http http+lambda://flaskexp-test/health
HTTP/1.1 200 OK
Content-Length: 21
Content-Type: application/json
X-Request-ID:

{
        "status": "UP"
}

For more comprehensive example such as POST refer to HTTPie usage documentation.

Specify a region or AWS credentials profile:

> env AWS_DEFAULT_REGION=us-west-2 AWS_PROFILE=sukhanov http http+lambda://flaskexp-test/health
HTTP/1.1 200 OK
Content-Length: 21
Content-Type: application/json
X-Request-ID:

{
        "status": "UP"
}

For more information on AWS Authentication configuration see lambda-requests.

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

httpie-lambda-0.4.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

httpie_lambda-0.4-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page