Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Aws LambdaNew to Visual Studio Code? Get it now.
Aws Lambda

Aws Lambda

Necati ARSLAN

|
579 installs
| (0) | Free
Update, Trigger & Monitor your Aws Lambda Functions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Aws Lambda Extension for VSCode

screenshoot

🚀 AWS Lambda Extension for VSCode allows you to interact with your AWS Lambda functions directly within VSCode. This extension streamlines the development, testing, and debugging of Lambda functions, providing an intuitive interface for triggering functions, viewing logs, and managing payloads—all within your favorite code editor.

✨ Features

  • Trigger Lambda Functions: Run your AWS Lambda functions with or without payloads.
  • Manage Payloads: Save and reuse JSON payloads for testing.
  • View CloudWatch Logs: Instantly access logs related to your Lambda executions.
  • Upload Code: Upload and update your Lambda functions with ease.
  • Export Logs: Save logs for later analysis.
  • Filter and Search Logs: Easily navigate through logs using built-in search and filter options.
  • AWS Profile Support: Work with multiple AWS profiles seamlessly.

Sponsor Me

If you find this extension useful, you can sponsor me on GitHub.

Survey

Please take this survey to help me make the extension better.
TODO: Add Link

Endpoint Url

You can change your aws endpoint url here. To connect your localstack use the following url: http://localhost:4566

Aws Credentials Setup

To Access Aws, you need to configure aws credentials.

For more detail on aws credentials
https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html
https://www.youtube.com/watch?v=SON8sY1iOBU

Extension supports all types of credentials. It searches for aws credentials in the following order:

  • Environment Variables:

    • AWS_ACCESS_KEY_ID
    • AWS_SECRET_ACCESS_KEY
    • AWS_SESSION_TOKEN (optional, for temporary credentials)
  • Shared Credentials File:

    • ~/.aws/credentials (default profile or a named profile)
    • ~/.aws/config (for region settings)
  • Amazon EC2 Instance Metadata Service (IMDS):

    • When running on an EC2 instance with an attached IAM role, credentials are retrieved from http://169.254.169.254/latest/meta-data/iam/security-credentials/
  • Amazon ECS Container Credentials:

    • When running in an ECS task, the SDK retrieves credentials from the container metadata URI (provided by ECS agent).
  • SSO Credentials:

    • If you've configured SSO using the AWS CLI, the SDK will attempt to retrieve credentials from your SSO login session.
  • Web Identity Token (IAM Roles for Service Accounts):

    • For federated identity access, such as AWS IAM roles for Kubernetes (EKS).

Bug Report

To report your bugs or request new features, use link below
https://github.com/necatiarslan/aws-lambda-vscode-extension/issues/new

Todo

  • Env Variable Node, Set Env Variable
  • Tags Node
  • Info Node
    • Description
    • Runtime
    • FunctionArn
    • MemorySize
    • Timeout
    • State
    • LastModified
    • LastUpdateStatus
    • LogFormat
    • LogGroup
    • Version

Nice To Have

Follow me on linkedin to get latest news
https://www.linkedin.com/in/necati-arslan/

Thanks,
Necati ARSLAN
necatia@gmail.com

Other Extensions

  • https://bit.ly/aws-access-vscode-extension
  • https://bit.ly/vscode-aws-lambda
  • https://bit.ly/aws-cloudwatch-vscode-extension
  • https://bit.ly/airflow-vscode-extension
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft