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

template for aws c++ lambda package #6036

Open
fadi-alkhoury opened this issue Apr 21, 2019 · 0 comments
Open

template for aws c++ lambda package #6036

fadi-alkhoury opened this issue Apr 21, 2019 · 0 comments

Comments

@fadi-alkhoury
Copy link

This is a Feature Proposal

Description

  • in https://github.com/serverless/serverless/tree/master/lib/plugins/create/templates there are templates for how to configure an aws lambda with different languages. I propose adding one for a aws c++ lambda where a zip file containing the package needs to be uploaded.
  • the template should include the corresponding serverless.yml for running:
    aws lambda create-function
    --function-name hello-world
    --role
    --runtime provided
    --timeout 15
    --memory-size 128
    --handler hello
    --zip-file fileb://hello.zip

Similar or dependent issues:
*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants