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

Deploy to create (as opposed to update) a Lambda Function #171

Open
awschristou opened this issue Dec 12, 2018 · 0 comments
Open

Deploy to create (as opposed to update) a Lambda Function #171

awschristou opened this issue Dec 12, 2018 · 0 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback. lambda

Comments

@awschristou
Copy link
Contributor

A command should exist to package up the code from a workspace, and publish it to a new AWS Lambda Function. UI Details need to be figured out, but I suspect this would use a Web View.

  • command should be accessible from the Command Palette, AWS Explorer (Lambda node context menu, maybe on the AWS Explorer buttons too)
  • Inputs:
    • Lambda Function Name
    • Description
    • Handler
    • Runtime
    • Timeout
    • Memory
    • Environment Variables
    • IAM Role
    • Enable/Disable AWS X-Ray
    • VPC
    • DLQ
    • Concurrency
    • Tags (case sensitive key-value pair)
    • S3 Bucket to deploy with
@awschristou awschristou added the feature-request New feature or enhancement. May require GitHub community feedback. label Feb 20, 2019
justinmk3 added a commit that referenced this issue Dec 14, 2020
If `sam build` fills up the disk while building a Docker image
(--use-container) it may fail with this message:
    RuntimeError: Container does not exist
@justinmk3 justinmk3 changed the title Deploy code to a new, standalone Lambda Function Deploy to create (as opposed to update) a Lambda Function Jul 8, 2021
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

2 participants