Description
Migrate the following twilio serverless endpoint into the lambdas/account-scoped
https://github.com/techmatters/serverless/blob/master/functions/issueSyncToken.ts
place this in the root of the source directory
Additional context
Follow the same patterns as for other endpoints that have been migrated
For example, https://github.com/techmatters/serverless/blob/master/functions/getTaskAndReservations.ts was recently migrated to https://github.com/techmatters/flex-plugins/blob/master/lambdas/account-scoped/src/task/getTaskAndReservations.ts
Note how when a TokenValidator wrapper is used in the serverless version, a validateFlexTokenRequest item needs to be added to the request pipeline for the route in account-scoped