![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@remote.it/serverless
Advanced tools
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
⚡ Serverless Inc. is hiring to build the next generation of serverless development tools, join us!
English | 简体中文
Website • Docs • Newsletter • Swag • Gitter • Forum • Meetups • Twitter • We're Hiring • Try Pro
The Serverless Framework – Build applications comprised of microservices that run in response to events, auto-scale for you, and only charge you when they run. This lowers the total cost of maintaining your apps, enabling you to build more logic, faster.
The Framework uses new event-driven compute services, like AWS Lambda, Google Cloud Functions, and more. It's a command-line tool, providing scaffolding, workflow automation and best practices for developing and deploying your serverless architecture. It's also completely extensible via plugins.
Check out the Serverless Framework Dashboard for monitoring, troubleshooting, ci/cd and more features for serverless teams.
Serverless is actively maintained by Serverless Inc.
npm install -g serverless
Set-up your Provider Credentials. Watch the video on setting up credentials
Create a Service:
You can create a new service or install existing services.
# Create a new Serverless Service/Project
serverless create --template aws-nodejs --path my-service
# Change into the newly created directory
cd my-service
Use this when you have made changes to your Functions, Events or Resources in serverless.yml
or you simply want to deploy all changes within your Service at the same time.
serverless deploy -v
Use this to quickly upload and overwrite your AWS Lambda code on AWS, allowing you to develop faster.
serverless deploy function -f hello
Invokes an AWS Lambda Function on AWS and returns logs.
serverless invoke -f hello -l
Invokes an AWS Lambda Function on your local machine and returns logs.
serverless invoke local -f hello -l
Open up a separate tab in your console and stream all logs for a specific Function using this command.
serverless logs -f hello -t
Removes all Functions, Events and Resources from your AWS account.
serverless remove
This is a convenience method to install a pre-made Serverless Service locally by downloading the Github repo and unzipping it. Services are listed below.
serverless install -u https://github.com/your-url-to-the-serverless-service
Check out the Serverless Framework Guide for more information.
The following are services you can instantly install and use by running serverless install --url <service-github-url>
Note: the serverless install
command will only work on V1.0 or later.
We love our contributors! Please read our Contributing Document to learn how you can start working on the Framework yourself.
Check out our help wanted or good first issue labels to find issues we want to move forward on with your help.
We recommend the following professional services organizations who are experts in serverless development:
If you'd like to be featured here, please contact us.
Serverless is licensed under the MIT License.
All files located in the node_modules and external directories are externally maintained libraries used by this software which have their own licenses; we recommend you read them, as their terms may differ from the terms in the MIT License.
You can find projects and plugins relating to version 0.5 here. Note that these are not compatible with v1.0 but we are working diligently on updating them. Guide on building v1.0 plugins.
You can read the v0.5.x documentation at readme.io.
2.25.2 (2021-02-18)
-v
param as boolean in all cases (#8964) (82b95fc) (Mariusz Nowak)prototype
key is in property path (#8962) (496d357) (Piotr Grzesik)FAQs
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
The npm package @remote.it/serverless receives a total of 0 weekly downloads. As such, @remote.it/serverless popularity was classified as not popular.
We found that @remote.it/serverless demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.