Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 819 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 819 Bytes

aws-respice

aws-respice refreshes Amazon QuickSight SPICE Datasets.

Description

AWS Services what to be called are below.

  • AWS Lambda
  • Amazon QuickSight

Install

This app is created to be deployed by AWS SAM(Serverless Application Model).

To install the AWS SAM CLI, see following pages.

Installing the AWS SAM CLI

git clone https://github.com/tosh223/aws-respice.git
cd ./aws-respice
sam build
sam deploy --guided

Usage

Call a Lambda function 'respice' with event like below.

{
    "DataSetId": "your-DataSetId"
}

QuickSight DataSetId is shown by the following aws-cli command.

aws quicksight list-data-sets --aws-account-id "your-AccountId"