-
Notifications
You must be signed in to change notification settings - Fork 113
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
Plugin v2 proposal #448
base: main
Are you sure you want to change the base?
Plugin v2 proposal #448
Conversation
What would be the output of the init plugin? |
At minimum, a main.swift file. The idea is to scaffold your project with just 4 commands. No copy paste required.
|
I'm afraid the devil is in the details here. Can we write out what the expected output is? |
…aws-lambda-runtime into sebsto/new-plugin-proposal
@fabianfett I updated the proposal doc based on community feedback and your questions. There is a change log at the top. |
A proposal for a new set of SwiftPM plugins to facilitate the scaffolding, build, archive, and deployment of Lambda functions.
This is a call for comments to finalize the design before starting an actual implementation