Skip to content

Commit

Permalink
Update packages/amplify-category-function/src/provider-utils/awscloud…
Browse files Browse the repository at this point in the history
…formation/service-walkthroughs/execPermissionsWalkthrough.ts

Co-authored-by: John Hockett <jhockett@users.noreply.github.com>
  • Loading branch information
fossamagna and jhockett authored Aug 24, 2021
1 parent 3cbff33 commit 7fb4343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const askExecRolePermissionsQuestions = async (
// but serviceName argument was no passed in
if (serviceName === ServiceName.LambdaFunction || selectedCategory === categoryName) {
const selectedResource = _.get(amplifyMeta, [categoryName, resourceNameToUpdate]);
// A new function resource is not exsits in amplifyMeta yet
// A new function resource does not exist in amplifyMeta yet
const isNewFunctionResource = !selectedResource;
resourcesList = resourcesList.filter(
resourceName =>
Expand Down

0 comments on commit 7fb4343

Please sign in to comment.