apx-aws-lambda
AWS Lambda for Action Platform: the aws/lambda deploy target (SAM) with its overlay, read-only tools and commands. apx- is the prefix every Action Platform extension carries.
action-platform plugin install aws-lambda
action-platform cloud set aws/lambda # overlay files come from this plugin
action-platform deploy --dry-run # preflight: sam validate, credentials
action-platform deploy # sam build + sam deploy --config-env <stage>
action-platform diagnose
| Overlay | template.yaml, samconfig.toml, lambda_handler.py, Makefile, requirements/ (IAM), .github/workflows/deploy.yml |
| Deploy | sam build + sam deploy --config-env <stage> (dev → default, prod → prod) |
| Rollback | CloudFormation rollback-stack — previous stack state |
| Diagnose | stack status and the HTTP API url |
| Destroy | sam delete |
[deploy] in platform.toml:
[deploy]
target = "aws/lambda"
region = "us-east-1" # optional; samconfig.toml / AWS_REGION otherwise
Tools (action-platform mcp): aws_lambda_stacks, aws_lambda_functions. Commands: action-platform aws-lambda stacks|functions. Deploying itself goes through the core's deploy / rollback / diagnose, which drive the target.
Needs: AWS CLI v2 (aws), SAM CLI (sam), credentials in the environment (AWS_PROFILE or keys), AWS_REGION. Talks to *.amazonaws.com only.
Development
pip install -e ".[dev]"
pytest
The tests fake aws and sam; nothing reaches AWS.
Release files for apx-aws-lambda 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 | |
|---|---|---|---|
| apx_aws_lambda-0.1.0.tar.gz | 17.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| apx_aws_lambda-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.1 kB
Release files / apx_aws_lambda-0.1.0.tar.gz
| Download URL | apx_aws_lambda-0.1.0.tar.gz |
|---|---|
| Size | 17.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
96792b14c9a2e1b0721e25012332761dd62434eab9db5f4e564d6efa818bec6f
|
|
BLAKE2b-256 checksum How to use checksums |
7624f65335f12671a61a8e924ed39a1b01389add5cd06346a182ee189b11765d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency logRelease files / apx_aws_lambda-0.1.0-py3-none-any.whl
| Download URL | apx_aws_lambda-0.1.0-py3-none-any.whl |
|---|---|
| Size | 20.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
25593f1e62542396076656bf328f9c20a4ef897a9b9191c0d259c6d18f73d585
|
|
BLAKE2b-256 checksum How to use checksums |
38d08fab5c2bb221e59274ec94bcbcace896b0c72a075aba0841d1c614ad05fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log