udacity / cd0157-Server-Deployment-and-Containerization

Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
74 stars 2.88k forks source link

Minor fix for CodePipelineServiceRole to work after AWS update #28

Closed segelmark closed 3 years ago

segelmark commented 3 years ago

CodeBuildServiceRole gets stuck when trying to set up the build service.

As identified here: https://knowledge.udacity.com/questions/299293

Solution is to convert to string.

Why not include fix in repository?

segelmark commented 3 years ago

Should have done pull request on a separate branch