Skip to content
View adim's full-sized avatar
🎯
Focusing
🎯
Focusing
  • eu-west-1a

Highlights

  • Pro

Block or report adim

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. example demonstrates how to load rec... example demonstrates how to load records to Amazon Timestream with using NodeJs
    1
    import { TimestreamWriteClient, WriteRecordsCommand, WriteRecordsCommandInput, _Record } from "@aws-sdk/client-timestream-write";
    2
    const client = new TimestreamWriteClient({ region: "us-east-1" });
    3
    
                  
    4
    //*  
    5
    //* Simple Node.js example that writes a record to AWS timesteam database.
  2. gcp-data-fusion-backup-action gcp-data-fusion-backup-action Public

    JavaScript 1