Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Adapter plugin #1142

Open
thescientist13 opened this issue Aug 12, 2023 · 3 comments · May be fixed by #1419
Open

AWS Adapter plugin #1142

thescientist13 opened this issue Aug 12, 2023 · 3 comments · May be fixed by #1419
Assignees
Labels
Adapter alpha.1 documentation Greenwood specific docs feature New feature or request Plugins Greenwood Plugins v0.32.0
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented Aug 12, 2023

Type of Change

Feature

Summary

Related to #1008 , would like to track a feature to create an adapter plugin for AWS.

Details

Currently I think the two options to evaluate are:

  1. SST
  2. Architect

Maybe this could be the pilot project - AnalogStudiosRI/api#32 ?

@thescientist13
Copy link
Member Author

One caveat with Architect that I found a while ago is that it has issues with handling periods in the name of repos, e.g. www.myapp.com, so that's kind of a showstopper, at least for a lot of my own projects 😟

@thescientist13
Copy link
Member Author

Started hacking on this, and I think given my experience with Architect and now SST, I think the main value of this plugin will be outputting to the standard "target" of AWS Lambda interface, and then from there, let the IaC capabilities / configuration of each platform to be managed from userland.

@thescientist13
Copy link
Member Author

thescientist13 commented Feb 10, 2025

Hit a bit of a roadblock on the SST adapter, just trying to get something packages up and unbundled, and making sure things like import.meta.url still work.
https://github.com/thescientist13/aws-sst-demo

Reached out for support in the SST discord. 🤞

fwiw: esbuild still seems to not handle import.meta.url yet - evanw/esbuild#2294 😞


Will play around with an Architect flavor this week to see how that goes.

@thescientist13 thescientist13 linked a pull request Feb 14, 2025 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter alpha.1 documentation Greenwood specific docs feature New feature or request Plugins Greenwood Plugins v0.32.0
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

1 participant