250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- FCM
- 파이썬
- MacOS
- MYSQL
- Laravel
- nginx
- Vue.js
- AWS
- 구글 API
- Cordova
- https
- OAuth
- flutter
- 해시키
- ubuntu
- alb
- node
- Android
- window
- selenium
- python
- Prometheus
- Vue
- 안드로이드
- PostgreSQL
- pip
- Passport
- php
- SSH
- mac
Archives
- Today
- Total
728x90
반응형
목록severless (1)
728x90
반응형
print( sjw.iq == 200) output : true
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bqB7Wv/btscxnCttZR/w04TFndKx5lThC0Ypzmsj1/img.png)
1. netlify 설정 파일 작성 - 프로젝트 root에 netlify.toml 파일 작성 [build] command = "npm run dev" publish = "dist" functions = ".functions" [functions] node_bundler = "esbuild" 2. function 생성. - functions 디렉토리 생성 - test.ts 파일 작성. import fetch from 'node-fetch'; exports.handler = async (event, context) => { // get 방식일 경우 const isResponse = event.queryStringParameters.is_response; // post 방식일 경우 // const eventB..
Vue.js
2023. 4. 24. 23:34