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

feature/issue 1142 AWS Adapter #1419

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Feb 14, 2025

Related Issue

resolves #1142

Documentation

  1. TODO
    • Update hosting docs
      • Only outputs the adapter output
      • Roll your own, or use SST / Architect
      • demo links
    • Add AWS logo to the home page

Summary of Changes

  1. Create a baseline AWS adapter that outputs to "raw" Lambda adapter code
  2. Add wide distribution of test cases

TODO

  1. confirm all event properties / defaults / base64Encoded
  2. confirm "presets" pattern
  3. Apply TS considerations after feature/issue 1250 Greenwood types #1420 is merged
  4. Update README

Questions

  1. options / "presets" for SST / Architect (with self-installed deps)

@thescientist13 thescientist13 added question Further information is requested documentation Greenwood specific docs Plugins Greenwood Plugins feature New feature or request labels Feb 14, 2025
@thescientist13 thescientist13 self-assigned this Feb 14, 2025
import path from "path";
import { checkResourceExists } from "@greenwood/cli/src/lib/resource-utils.js";

// https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#node.js-helpers
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woops!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Adapter documentation Greenwood specific docs feature New feature or request Plugins Greenwood Plugins question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Adapter plugin
1 participant