zendesk / zendesk_app_migrator

CLI tool to assist in migrating v1 App Framework apps to v2
Other
10 stars 5 forks source link

App Migration "Service" #20

Closed svizzari closed 7 years ago

svizzari commented 7 years ago

This issue is a placeholder for a potential Tech Review post.

I've been considering the possibility of standing up a new service, potentially as a serverless node app (Express.js?) running in AWS Lambda that can talk to S3. The service would provide a simple API by which an app could be migrated from v1 -> v2. Input might potentially be a reference to a v1 app upload in S3, output could be a reference to a new app upload in S3. If not input/output as just described, the service could accept a zip (v1), and return a new zip (v2).

Other thoughts:

Potential challenges:

@danielbreves @pmgrove appreciate your input on this idea

svizzari commented 7 years ago

@itirkarp Your input would be helpful too, thanks 😸