Workflow Detail

Serverless Workloads

Build, deploy, and test serverless functions and stacks.

5 steps~30 minserverlessfunctionsdeploy

Required env vars: SERVERLESS_TOKEN, SST_TOKEN, ARC_TOKEN, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION, FAAS_CLI_TOKEN

Auth needed for: Serverless Framework CLI, SST CLI, Architect CLI, AWS SAM CLI, OpenFaaS CLI

Step 1Serverless Framework CLIAuth required

Execute Serverless Framework CLI stage in serverless workloads workflow.

Authentication

  • Step 1 Export required environment variables: SERVERLESS_TOKEN

serverless login

Authenticate with provider account

serverless deploy

Deploy serverless service

Step 2SST CLIAuth required

Execute SST CLI stage in serverless workloads workflow.

Authentication

  • Step 1 Export required environment variables: SST_TOKEN

sst login

Authenticate with provider account

sst deploy

Deploy serverless service

Step 3Architect CLIAuth required

Execute Architect CLI stage in serverless workloads workflow.

Authentication

  • Step 1 Export required environment variables: ARC_TOKEN

arc login

Authenticate with provider account

arc deploy

Deploy serverless service

Step 4AWS SAM CLIAuth required

Execute AWS SAM CLI stage in serverless workloads workflow.

Authentication

  • Step 1 Export required environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION

sam login

Authenticate with provider account

sam deploy

Deploy serverless service

Step 5OpenFaaS CLIAuth required

Execute OpenFaaS CLI stage in serverless workloads workflow.

Authentication

  • Step 1 Export required environment variables: FAAS_CLI_TOKEN

faas-cli login

Authenticate with provider account

faas-cli deploy

Deploy serverless service