Skip to content

Commit

Permalink
Remove unused memorySize variable (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Dec 12, 2024
1 parent 6f59a70 commit 2f39a1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/providers/native/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export default class NativeProvider implements Provider {
debug('Creating process %o', bootstrap);
const taskDir = resolve(extractedDir || params.Code.Directory);
const functionName = params.FunctionName || basename(taskDir);
const memorySize =
typeof params.MemorySize === 'number' ? params.MemorySize : 128;
const logGroupName = `aws/lambda/${functionName}`;
const logStreamName = `2019/01/12/[${version}]${crypto
.randomUUID()

Check failure on line 78 in src/providers/native/index.ts

View workflow job for this annotation

GitHub Actions / Test Node.js 16 on ubuntu-latest

Property 'randomUUID' does not exist on type 'Crypto'.

Check failure on line 78 in src/providers/native/index.ts

View workflow job for this annotation

GitHub Actions / Test Node.js 18 on ubuntu-latest

Property 'randomUUID' does not exist on type 'Crypto'.
Expand Down

0 comments on commit 2f39a1b

Please sign in to comment.