Skip to content

Commit

Permalink
Correct file path to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
NChitty committed Oct 3, 2024
1 parent 4f8c6c8 commit 3fb1584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/application-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class ApplicationLayerStack extends Stack {

const handler = new RustFunction(this, 'RecipeFunction', {
functionName: 'RecipeFunction',
manifestPath: join(__dirname, '..', '..', 'Cargo.toml'),
manifestPath: join(__dirname, '..', '..', 'lambda/Cargo.toml'),
environment: {
RECIPE_TABLE_NAME: props.recipeTable.tableName,
},
Expand Down

0 comments on commit 3fb1584

Please sign in to comment.