platform-sdk icon indicating copy to clipboard operation
platform-sdk copied to clipboard

Serverless Platform SDK

Results 5 platform-sdk issues
Sort by recently updated
recently updated
newest added

npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. https://www.npmjs.com/package/querystring

question

An error: require() of ES modules is not supported occurs in NodeJS 12.16.0 used by serverless The error detail is: ![error](https://resource.wesure100.com/know-image/policy-interpretation/1hfeajt682b.png) My environment: nodeJS 12.16.0 npm: 6.13.4 My dependencies: `{...

[Some users](https://github.com/serverless/serverless/issues/5436) are facing issues with the Port we use for signing into the Platform [here](https://github.com/serverless/platform-sdk/blob/16d9fb398018ff46a7b507deb872d958c865e529/src/login/login.js#L32). It would be nice if we could use a mechanism which explores open ports...

The npm package `serverless` version 1.29.2 has a dependency for `@serverless/platform-sdk` version ^0.2.0, which does not exist. ``` $ npm view @serverless/platform-sdk @serverless/[email protected] | Apache-2.0 | deps: 14 | versions:...

This error, which talks about CloudFormation, is shown consistently when I have the wrong `serverless.yml` configuration and when my access token is incorrect.

bug