You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1926,7 +1926,7 @@ event notification or invoke call, including test invokes from the console.
1926
1926
+ Execution time is rounded up to the nearest 100ms
1927
1927
+ You are charged $0.00001667 for every GB-second used
1928
1928
1929
-
> See: http://aws.amazon.com/lambda/pricing/ for more ***pricing examples***.
1929
+
See: http://aws.amazon.com/lambda/pricing/ for more ***pricing examples***.
1930
1930
1931
1931
## FAQ
1932
1932
@@ -1935,10 +1935,10 @@ event notification or invoke call, including test invokes from the console.
1935
1935
You might want to add some additional functionality to your Lambda functions in the form of an NPM module. Here are four easy steps you need to take in order to do so!
1936
1936
1937
1937
1. Firstly let's create a new directory that will hold our Lambda function and all of its modules
1938
-
```
1939
-
$mkdirlambdaNPM
1940
-
$cdlambdaNPM
1941
-
```
1938
+
```
1939
+
$mkdirlambdaNPM
1940
+
$cdlambdaNPM
1941
+
```
1942
1942
1943
1943
2. Install an NPM package of your choice. We'll use the `aws-sdk` as an example
0 commit comments