Wesley Haws

Results 3 issues of Wesley Haws

I have generated a personal access token and done the following code: ``` // Login var git = new github({ token: github_token }) var git_repo = git.getRepo(owner, repo) // Get...

This doesn't work: ``` aws cloudformation create-stack \ --stack-name awsqs-eks-cluster-resource \ --capabilities CAPABILITY_NAMED_IAM \ --template-url https://s3.amazonaws.com/aws-quickstart/quickstart-amazon-eks-cluster-resource-provider/deploy.template.yaml \ --region us-west-2 \ --parameters ParameterKey=CreateClusterAccessRole,ParameterValue='true' ``` It produces an error in lambda that...

When running the lambda function that is designed to register the custom resource type I'm getting a deprecation warning. So this is a good issue to take care of before...