Pulumi Lambda Builders
Background
Pulumi Lambda Builders is a library that provides utilities for easily
building/bundling Lambda Function code. The library currently supports building
go Lambdas, but will eventually support the below languages/build tools.
- Java with Gradle
- Java with Maven
- Dotnet with amazon.lambda.tools
- Python with Pip
- Javascript with Npm
- Typescript with esbuild
- Ruby with Bundler
- Go with Mod
- Rust with Cargo
This library integrates with the aws-lambda-builders library which provides the building utilities.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pulumi/lambda-builders
or yarn:
yarn add @pulumi/lambda-builders
Python
To use from Python, install using pip:
pip install pulumi-lambda-builders
Go
To use from Go, use go get to grab the latest version of the library
go get github.com/pulumi/pulumi-lambda-builders/sdk
.NET
To use from .NET, install using dotnet add package:
dotnet add package Pulumi.LambdaBuilders
References
Release files for pulumi-lambda-builders 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_lambda_builders-0.1.0.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_lambda_builders-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.2 kB
Release files / pulumi_lambda_builders-0.1.0.tar.gz
| Download URL | pulumi_lambda_builders-0.1.0.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8be2c7c42ab7c02fe10804d6ee9e90cb94fb54c374cfdfb4e0f52863e4466b0
|
|
BLAKE2b-256 checksum How to use checksums |
1d65250b935a6dde881ebd8bb027399b5f78358e0243dbe62d0f4478eac51d79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|
Release files / pulumi_lambda_builders-0.1.0-py3-none-any.whl
| Download URL | pulumi_lambda_builders-0.1.0-py3-none-any.whl |
|---|---|
| Size | 9.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
59313042a4273b050c0fbea6fedffbedc3e1611604480d5002e2d73a635c24a5
|
|
BLAKE2b-256 checksum How to use checksums |
23147043bf88179dfc3a0fb245a3a927d5f77415a7eae2d3957ade97d6d11dc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|