Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Sobol <[email protected]>
Co-authored-by: Amplifiyer <[email protected]>
  • Loading branch information
3 people authored Dec 31, 2024
1 parent 51025d6 commit de7d42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changeset/tall-parrots-sort.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
'@aws-amplify/backend-function': minor
'@aws-amplify/backend': minor
---

adds support for architecture property on defineFunction
2 changes: 1 addition & 1 deletion packages/backend-function/src/factory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void describe('AmplifyFunctionFactory', () => {
}).getInstance(getInstanceProps),
new AmplifyUserError('InvalidArchitectureError', {
message: `Invalid function architecture of invalid`,
resolution: 'runtime must be one of the following: arm64, x86_64',
resolution: 'architecture must be one of the following: arm64, x86_64',
})
);
});
Expand Down

0 comments on commit de7d42f

Please sign in to comment.