Skip to content

Add support for running a local debug server #18

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

borgstrom
Copy link

Hi @ericdaugherty 👋

Thanks for this package! I added local debug server support for a project I've been working on and wanted to contribute it back.

I have a branch against the ask-cli project that adds first class support to use this via ask run, but in the mean time it is straight forward to issue your own access token and then start the server:

ask util generate-lwa-tokens --scopes alexa::ask:skills:debug
go run ./cmd/alexa-handler/ -debugServer -accessToken 'Atza|...'

Once running you can interact with your code via ask dialog.

Let me know if you're open to merging this and I can work on some tests and docs, and then we can submit a PR to ask-cli to get this hooked up.

@ericdaugherty
Copy link
Owner

I'd be happy to work with you to get this PR merged. It looks like it would be a helpful addition to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants