Giter Club home page Giter Club logo

serverless-lerna-yarn-starter's People

Contributors

brightobluefin avatar fwang avatar jayair avatar pujitm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

serverless-lerna-yarn-starter's Issues

Initial install throws serverless.yml or serverlss.ts not found in

$ serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --name my-project

Serverless: Downloading and installing "serverless-lerna-yarn-starter"...
(node:24106) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

  Serverless Error ---------------------------------------

  serverless.yml or serverlss.ts not found in /MY_PATH/my-project

  Get Support --------------------------------------------
     Docs:          docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues
     Issues:        forum.serverless.com

  Your Environment Information ---------------------------
     Operating System:          darwin
     Node Version:              12.18.3
     Framework Version:         1.80.0
     Plugin Version:            3.8.2
     SDK Version:               2.3.1
     Components Version:        2.34.9

obvs MY_PATH is my path! 😉

Does serverless framework support hoisting now?

I have been reading in a bunch of places that serverless framework does not support hoisting and that it needs to be disabled for it. You seem to have enabled it though. Does it work for serverless?

Why is serverless-bundle added as a dev-dependency in each service and not at package.json at root level?

Here: https://serverless-stack.com/chapters/share-code-between-services.html

It's suggested that: We use the package.json at the project root to install the dependencies that will be shared across all the services. For example, the serverless-bundle plugin that we are using to optimally package our Lambda functions is installed at the root level. It doesn’t make sense to install it in each and every service.

But in the project, you have added serverless-bundle as dev-dependency in each service. Why is that?

How to make this work with serverless-offline?

Hello,

I have a project with Lerna, Serverless, all glued together with serverless-bundle. I use TypeScript for my packages (but not my services). I would like to use serverless-offline in my project but the issue is that compiling ts files in packages does not reload serverless-offline. Is that possible?

Thank you

when to add as a lib vs package

I understand lib could be just common functions used across the repository.

When do we define a package? In an AWS Serverless application, what could be defined as packages?

Initial install throws serverless DeprecationWarning DEP0066

Deprecation warning only, still appears to work.

Ran this at command line (Windows 10, Powershell):
serverless install --url https://github.com/AnomalyInnovations/serverless-lerna-yarn-starter --name microservices

Error:
Serverless: Downloading and installing "serverless-lerna-yarn-starter"...
(node:23128) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated

Serverless version:
Framework Core: 1.78.1
Plugin: 3.7.0
SDK: 2.3.1
Components: 2.34.3

Using Yarn 2 or 1?

Hi,
I'm trying to find examples using Yarn 2 workspaces. Are you using 1 or 2?

I don't see

$ yarn policies set-version berry
$ yarn set version berry

anywhere in the instructions.

using the deployment strategy without having lerna publish the packages

Deployment Algorithm

  • Run lerna ls --since ${prevCommitSHA} -all to list all packages that have changed since the last successful deployment. If this list includes one of the services, then deploy it.
    This command lists all the packages for me since I am not publishing the package anywhere but will only be running lerna run deploy command which will run sls deploy in services/packages.

How can this be addressed? Why does it list all the packages?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.