Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
amplify-localstack
Advanced tools
![example workflow](https://github.com/localstack/amplify-localstack/actions/workflows/ci.yml/badge.svg)
Amplify CLI Plugin to support running against LocalStack
This plugin allows the amplify CLI tool to create resources directly on your local machine. Any request to AWS is redirected to a running LocalStack instance.
npm install -g amplify-localstack
amplify plugin add amplify-localstack
amplify plugin add amplify-localstack
# A message about the plugin not being found will appear
# Input the root path of this project as input
After the installation of the plugin, everytime you run the commands amplify init
or amplify push
the console will prompt you to select if you want to deploy the resources into LocalStack.
You can also add the parameters --use-localstack true
to avoid being asked if you want to use localstack
Examples:
amplify init --use-localstack true
amplify add api
amplify push --use-localstack true
The following environment variables can be configured:
LOCALSTACK_ACCESS_KEY_ID
: Sets custom Access Key Id for the internal client to use (default test
).LOCALSTACK_ACCESS_KEY_SECRET
: Sets custom Access Key Secret for the internal client to use (default test
).LOCALSTACK_REGION
: Sets a custom region (default us-east-1
).LOCALSTACK_S3_FORCE_PATH_STYLE
: Sets the S3 path style (default 1
, accepted values: 1
as true and 0
as false)).LOCALSTACK_ENDPOINT
: Sets a custom endpoint (default https://localhost.localstack.cloud:4566
).This code is distributed under the Apache License, Version 2.0.
FAQs
![example workflow](https://github.com/localstack/amplify-localstack/actions/workflows/ci.yml/badge.svg)
We found that amplify-localstack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.