Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Serverless to V3 in Python Layer #491

Merged
merged 1 commit into from
May 23, 2024
Merged

Conversation

kimi-p
Copy link
Contributor

@kimi-p kimi-p commented May 23, 2024


$ cd integration_tests && yarn install && cd ..
/scripts-1611-521016639/step_script: line 188: cd: integration_tests: No such file or directory
$ RUNTIME_PARAM=3.10 ARCH=arm64 ./scripts/run_integration_tests.sh
Python version is specified: 3.10
Not building layers, ensure they've already been built or re-run with 'BUILD_LAYERS=true DD_API_KEY=XXXX ./scripts/run_integration_tests.sh'
Deploying functions for runtime : python310, serverless runtime : python3.10, python version : 3.10 and run id : 4e80bc69
✖ You must sign in or use a license key with Serverless Framework V.4 and later versions. Please use "serverless login".
Error: You must sign in or use a license key with Serverless Framework V.4 and later versions. Please use "serverless login".
    at getAuthenticatedData (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:710:13913)
    at async authenticate2 (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:989:26220)
    at async Object.resolveServiceConfig (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:989:27565)
    at async file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:1209
    at async route (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:1182)
    at async Object.run2 [as run] (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:4534)
    at async Object.handler (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:7462)
For help, try the following:
  • Run the command again with the "--debug" option
  • Run "serverless support"
  • Review the docs: https://www.serverless.com/framework/docs/
Removing stack for stage : 4e80bc69
✖ You must sign in or use a license key with Serverless Framework V.4 and later versions. Please use "serverless login".
Error: You must sign in or use a license key with Serverless Framework V.4 and later versions. Please use "serverless login".
    at getAuthenticatedData (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:710:13913)
    at async authenticate2 (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:989:26220)
    at async Object.resolveServiceConfig (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:989:27565)
    at async file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:1209
    at async route (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:1182)
    at async Object.run2 [as run] (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:4534)
    at async Object.handler (file:///root/.serverless/releases/4.0.24/package/dist/sf-core.js:992:7462)
For help, try the following:
  • Run the command again with the "--debug" option
  • Run "serverless support"
  • Review the docs: https://www.serverless.com/framework/docs/

@kimi-p kimi-p marked this pull request as ready for review May 23, 2024 17:15
@kimi-p kimi-p requested a review from a team as a code owner May 23, 2024 17:15
@kimi-p kimi-p merged commit 32c454d into main May 23, 2024
51 checks passed
@kimi-p kimi-p deleted the kimi/pin-serverless-to-v3 branch May 23, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants