xp-forge / xp-forge/lambda

Package lambda and upload directly to S3

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.