You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ set AWS_ACCESS_KEY_ID=<access-key-id>
$ set AWS_SECRET_ACCESS_KEY=<secret-access-key>
$ set AWS_SESSION_TOKEN=<session-token>
2. Create custom deployment assets
Create a local copy of the deployment assets for your customization and then deployment to AWS, using the following command. slsart configure
add region information to the serverless.yml file, for example region=us-west-2
3. Deploy
Go to the folder in your local directory containing script.yml file
In the command line, run slsart deploy --stage <your-unique-stage-name>
You can go to your AWS account console > CloudFormation, and see AWS stack - created there depending on the customizations explained in the steps above.
4. Invoke
run slsart invoke --stage <your-unique-stage-name>
If you go to AWS Lambda console > find the loadGenerator Lambda corresponding to your stack > Monitoring tab > Invocations graph, you will see that the Lambda function was invoked to generate the load. You can also see the logs produced by the Lambda in CloudWatch Logs.
5. Remove
The following command will remove the AWS CloudFormation Stack deployed in step 3. slsart remove --stage <your-unique-stage-name>
No description provided.
The text was updated successfully, but these errors were encountered: