Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lambda/s3 run_env #2

Open
xcwisc opened this issue Apr 1, 2021 · 0 comments
Open

Add lambda/s3 run_env #2

xcwisc opened this issue Apr 1, 2021 · 0 comments
Assignees
Labels

Comments

@xcwisc
Copy link
Collaborator

xcwisc commented Apr 1, 2021

Execution flow

  1. validate config
  2. preprocessing gtfs (transform stop crs)
  3. auto-deploy to AWS
    1. create s3 bucket
    2. upload preprocessed gtfs zip
    3. create IAM role
    4. package/deploy lambda layer
    5. package/deploy lambda handler
  4. for each starting time, invoke lambda with stop/route removed and save the result to s3
  5. download back s3 files and combining chunks
  6. load the files to result and return the result
@xcwisc xcwisc added the feature label Apr 1, 2021
@xcwisc xcwisc self-assigned this Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant