Skip to content

Commit

Permalink
feat(CLI Onboarding): Add deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Jun 28, 2021
1 parent e8681ee commit f5c1c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/cli/interactive-setup/aws-credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const awsCredentials = require('../../plugins/aws/utils/credentials');
const { confirm, doesServiceInstanceHaveLinkedProvider } = require('./utils');
const openBrowser = require('../../utils/openBrowser');
const ServerlessError = require('../../serverless-error');
const resolveStage = require('../../utils/resolve-stage');
const resolveRegion = require('../../utils/resolve-region');

const isValidAwsAccessKeyId = RegExp.prototype.test.bind(/^[A-Z0-9]{10,}$/);
const isValidAwsSecretAccessKey = RegExp.prototype.test.bind(/^[a-zA-Z0-9/+]{10,}$/);
Expand Down

0 comments on commit f5c1c47

Please sign in to comment.