Created
September 13, 2017 20:01
-
-
Save yeehaa123/bc10338a84b2c4bcd00216f199d99971 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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