Pulumi ComponentResource for create Lambda@Edge
Project description
pulumi-aws-lambdaedge
Pulumi ComponentResource for create Lambda@Edge
How to install
pip install --upgrade pip
pip install wheel
pip install pulumi-aws-lambdaedge
# or
pip install git+git://github.com/jetbrains-infra/pulumi-aws-lambdaedge@<tag or branch>
How to use
import pulumi
from pulumi_aws import Provider
from pulumi_aws_lambdaedge import LambdaEdge
us_provider = Provider('us-east-1-provider', region='us-east-1')
l = LambdaEdge('my-lambda',
stack=pulumi.get_stack(),
issue='sre-123',
runtime='nodejs12.x',
handler='index.handler',
lambda_archive=pulumi.asset.FileArchive('./lambda'),
memory_size_mb=128,
timeout=5,
opts=pulumi.ResourceOptions(provider=us_provider))
pulumi.export('lambda-arn', l.lambda_edge.arn)
Project details
Release history Release notifications | RSS feed
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 pulumi-aws-lambdaedge-0.1.1.tar.gz.
File metadata
- Download URL: pulumi-aws-lambdaedge-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1897937cf79862e23792891948b8919a05715244854be681727cad4e20f95f7
|
|
| MD5 |
644fcc11e3e7e6a7ec79ffda50931bfa
|
|
| BLAKE2b-256 |
276eee9f4277b90c0b15626e6f059167f6d2ba8a2c24a78488a21ae7421302b1
|
File details
Details for the file pulumi_aws_lambdaedge-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pulumi_aws_lambdaedge-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35e05f79b5647c605ac19b3e7d98c3b3cd57222e6b4fe6a9fd2913134f63095f
|
|
| MD5 |
d5e559e742c5e9b40d6c6845e31acefa
|
|
| BLAKE2b-256 |
6e2a83fc7b421e30f672b5c6d1d6b5e6da9621385d659cde51e209aca7d9bc22
|