Package lambda and upload directly to S3
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Create a one-step ZIP creation instead of the following:
#!/bin/sh
NAME=...
xp lambda package src vendor config.ini
aws s3 cp function.zip s3://timms-xp-deployment/lambdas/$NAME.zip
Idea: xp lambda upload s3://timms-xp-deployment/lambdas/$NAME.zip [...]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing xp lambda package command and the shell sequence using aws s3 cp, then compare them with the proposed xp lambda upload entry point. Trace how the listed source files, vendor directory, and config.ini become function.zip. Done means one command packages those inputs and uploads the resulting ZIP to the requested S3 URI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, php
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100