Skip to content

Add make template target for automated scaffolding#24

Merged
amrabed merged 4 commits intomainfrom
add-make-template-target-12391535039289708774
Apr 20, 2026
Merged

Add make template target for automated scaffolding#24
amrabed merged 4 commits intomainfrom
add-make-template-target-12391535039289708774

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This PR adds a make template target to streamline the process of creating new templates.

Key changes:

  • Created scripts/new_template.py which handles all file creation and registry updates.
  • Added template target to Makefile.
  • Verified the script correctly updates infra/app.py, .github/workflows/deploy.yml, mkdocs.yml, and Makefile.
  • Verified that new templates include a working test suite and basic Powertools/Pydantic setup.

PR created automatically by Jules for task 12391535039289708774 started by @amrabed

Implemented a new `make template` command that automates the creation
of new AWS Lambda templates. The command uses a Python script to:
- Generate skeleton files for handler, settings, models, tests, infra, and docs.
- Automatically register the new stack in `infra/app.py`.
- Add the new stack to the GitHub Actions deployment workflow.
- Update `mkdocs.yml` and `Makefile` with the new template information.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@amrabed amrabed marked this pull request as ready for review April 20, 2026 10:55
@amrabed amrabed self-requested a review as a code owner April 20, 2026 10:55
@amrabed amrabed merged commit 50bb00d into main Apr 20, 2026
1 check passed
@amrabed amrabed deleted the add-make-template-target-12391535039289708774 branch April 20, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant