Hello - trying to create AWS codebuild project usi...
# getting-started
a
Hello - trying to create AWS codebuild project using github personal access token, but when I log into the AWS console, it doesn't show the project being connected:
Copy code
source_credential = aws.codebuild.SourceCredential(resource_name="xxx",
auth_type="PERSONAL_ACCESS_TOKEN",
server_type="GITHUB", 
token="****")
is the Python I'm using (prior to creating the code build project). Any pointers or references I can look at?
b
are you sure you're pointing at the right account?
a
Not sure I understand your question? which account are you referring to?
b
The AWS account
a
I worked around it by using a codestar connection instead...
I can try that