Skip to content

Instantly share code, notes, and snippets.

@yeehaa123
Created September 13, 2017 20:01
Show Gist options
  • Save yeehaa123/bc10338a84b2c4bcd00216f199d99971 to your computer and use it in GitHub Desktop.
Save yeehaa123/bc10338a84b2c4bcd00216f199d99971 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export search_cluster="https://search-offcourse-search-development-dtoc6zcl2sm3kwxidih7v4nloi.us-east-1.es.amazonaws.com"
export assets_bucket="offcourse-assets-development"
export raw_resources_bucket="offcourse-raw-resources-development"
export temp_bucket="offcourse-temp-development"
export resources_bucket="offcourse-resources-development"
export bookmarks_bucket="offcourse-bookmarks-development"
export raw_users_bucket="offcourse-raw-users-development"
export import_course_flow="arn:aws:states:us-east-1:774182433398:stateMachine:offcourse-import-course-development"
export missing_bookmark_flow="arn:aws:states:us-east-1:774182433398:stateMachine:offcourse-missing-bookmark-flow-development"
export process_bookmark_flow="arn:aws:states:us-east-1:774182433398:stateMachine:offcourse-process-bookmark-flow-development"
export process_course_flow="arn:aws:states:us-east-1:774182433398:stateMachine:offcourse-process-course-flow-development"
export index_courses_flow="arn:aws:states:us-east-1:774182433398:stateMachine:offcourse-index_courses-development"
export courses_table="offcourse-courses-development"
export profiles_table="offcourse-profiles-development"
export identities_table="offcourse-identities-development"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment