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

Users can create a new .net SAM Application without directly using SAM CLI #288

Closed
awschristou opened this issue Feb 15, 2019 · 2 comments
Closed
Assignees
Labels
feature-request New feature or enhancement. May require GitHub community feedback. lambda

Comments

@awschristou
Copy link
Contributor

The existing "new sam app" functionality should work, but there may be some .net specific changes to make.

Acceptance criteria:

  • User doesn't have to create files by hand
  • User doesn't have to run commands at a command prompt
  • User has a set of files produced for them that they can start working from
  • appropriate .cs file is loaded into the editor after creation. If unable to determine a .cs file, open the template.yaml file instead

Appropriate .cs file = Try to load the .cs file referenced by the template.yaml file, if it exists, maybe falling back to something like Program.cs

@awschristou awschristou added this to the Sprint 8 (2019) milestone Feb 15, 2019
@mpiroc mpiroc self-assigned this Feb 18, 2019
@mpiroc
Copy link
Contributor

mpiroc commented Feb 18, 2019

Depends on #259 .

@awschristou awschristou added the feature-request New feature or enhancement. May require GitHub community feedback. label Feb 20, 2019
@awschristou awschristou removed this from the Sprint 8 (2019) milestone Feb 23, 2019
@mpiroc mpiroc removed their assignment Feb 26, 2019
@mpiroc mpiroc added the lambda label Apr 4, 2019
@mpiroc
Copy link
Contributor

mpiroc commented Apr 4, 2019

The only work for this task is to open the main code file after project creation. The rest is already implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or enhancement. May require GitHub community feedback. lambda
Projects
None yet
Development

No branches or pull requests

3 participants