Get access to SDK

Ask for SDK-credentials

Ask your contact at PDX to:

  1. provide you with AWS credentials to SDK-libraries (accesKey and secretKey)
  2. get whitelisted for AWS access

Clone Getting Started project

Clone the Getting Started repository:

LINK: Getting Started (bitbucket)

Add SDK-credentials

Create a credentials file in the root (the same level where you find build.gradle):

ext {
    accessKey = 'from your PDX contact'
    secretKey = 'from your PDX-contact'
}

Here ext defines extra properties, which are being picked up from sdk-credentials.gradle by the projects build.gradle-file.

Perform test build

Make sure you can perform a gradle build without errors. Otherwise, please reach out!