Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Adding this package makes deploying fail #41

Closed
talaikis opened this issue May 21, 2020 · 3 comments
Closed

Adding this package makes deploying fail #41

talaikis opened this issue May 21, 2020 · 3 comments
Labels
bug Something isn't working fixed

Comments

@talaikis
Copy link

talaikis commented May 21, 2020

Error: ... ○ "undefined" is not supported (yet).

Config:

custom:
  serverless-layers:
    dependenciesPath: requirements.txt
    compatibleRuntimes: ["python3.8"]

Env:

Operating System: win32 Node Version: 12.16.1 Framework Version: 1.71.3 Plugin Version: 3.6.12 SDK Version: 2.3.0 Components Version: Unavailable

@tiagocpeixoto
Copy link

Same here

@sschwebler
Copy link

This happens when you don't specify a runtime in the provider section.

provider:
  name: aws
  runtime: nodejs10.x

agutoli pushed a commit that referenced this issue Nov 11, 2020
@agutoli
Copy link
Owner

agutoli commented Nov 11, 2020

@tiagocpeixoto @talaikis I just pushed a fix. Sorry about the delayed reply.

new version 2.3.1

@agutoli agutoli added bug Something isn't working fixed labels Nov 11, 2020
@agutoli agutoli closed this as completed Dec 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

4 participants