question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deploy to AWS Lambda for Node.JS / WebStorm

See original GitHub issue

The core plugin exposes two extension-points that enable deployment of an AWS Lambda.

  • aws.toolkit.lambda.packager builds the appropriate zip-file for the specific runtime; extensions implement LambdaPackager.
  • aws.toolkit.lambda.handlerResolver contains logic for marking PsiElements as potential lambda handler methods (this is used to create a gutter icon which exposes the ‘deploy to Lambda’ action). Extensions implement LambdaHandlerResolver

We need an implementations of these for Node.js that follow the AWS Lambda packaging instructions : https://docs.aws.amazon.com/lambda/latest/dg/nodejs-create-deployment-pkg.html

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:24
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

17reactions
fcasalscommented, Mar 7, 2019

please add Webstorm to the roadmap of this plugin! 🙏

1reaction
kiiadicommented, Sep 19, 2019

Major bug: Webstorm 2019.2.2

Thank you for opening https://github.com/aws/aws-toolkit-jetbrains/issues/1223 let’s move the discussion for this there.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating an AWS Lambda function by using the AWS Toolkit ...
Describes how to use the AWS Toolkit for JetBrains to create an AWS Lambda function in an AWS account.
Read more >
Setup Demo and Deploy a Lambda Function to AWS - YouTube
AWS Toolkit is a tool that allows you to interact with AWS resource. ... AWS Toolkit for IntelliJ - Setup Demo and Deploy...
Read more >
AWS Lambda Deployer | JetBrains IDE Plugin - YouTube
AWS Toolkit for IntelliJ - Setup Demo and Deploy a Lambda Function to AWS · Learning AWS Lambda : Getting Started with Eclipse...
Read more >
How to debug Lambda functions with WebStorm - SST.Dev
It'll bootstrap your AWS environment to use CDK. · Deploy a debug stack to power the Live Lambda Development environment. · Deploy your...
Read more >
Develop on Amazon Web Services (AWS) with JetBrains Tools
Developing Lambdas with the AWS Toolkit is now possible in Java, Python, C#, and JavaScript. You can create a new Lambda project, run...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found