File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
simple-function-compiled-with-babel Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ Serverless: Checking Stack update progress…
34
34
Serverless: Stack update finished…
35
35
36
36
Service Information
37
- service: simple- function-compiled-with-babel
37
+ service: function-compiled-with-babel
38
38
stage: dev
39
39
region: us-east-1
40
40
api keys:
41
41
None
42
42
endpoints:
43
43
None
44
44
functions:
45
- simple- function-compiled-with-babel-dev-hello: arn:aws:lambda:us-east-1:377024778620:function:simple- function-compiled-with-babel-dev-hello
45
+ function-compiled-with-babel-dev-hello: arn:aws:lambda:us-east-1:377024778620:function:function-compiled-with-babel-dev-hello
46
46
```
47
47
48
48
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " simple- function-compiled-with-babel" ,
2
+ "name" : " function-compiled-with-babel" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Demonstrating how to compile all your code with Babel" ,
5
5
"repository" : " <replace>" ,
Original file line number Diff line number Diff line change 1
- service : simple- function-compiled-with-babel
1
+ service : function-compiled-with-babel
2
2
3
3
frameworkVersion : " >=1.1.0 <2.0.0"
4
4
You can’t perform that action at this time.
0 commit comments