Skip to content

Commit

Permalink
Merge pull request #1 from onenov/serverless-branch-quck
Browse files Browse the repository at this point in the history
create claude_to_chatgpt.yaml
  • Loading branch information
onenov authored Jun 20, 2023
2 parents 6a17657 + 3a6e994 commit d001c4e
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions claude_to_chatgpt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
edition: 1.0.0
name: my-framework-app
access: default
services:
framework:
component: fc
props:
region: us-west-1
service:
name: serverless-devs-application
function:
name: claude-to-chatgpt-brty
description: Initialize
runtime: custom
environmentVariables:
PATH: >-
/opt/python3.9/bin:/usr/local/bin/apache-maven/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/ruby/bin:/opt/bin:/code:/code/bin
PYTHONPATH: /opt/python:/code
LD_LIBRARY_PATH: >-
/code:/code/lib:/usr/local/lib:/opt/lib:/opt/php8.1/lib:/opt/php8.0/lib:/opt/php7.2/lib
layersArnV2:
- acs:fc:us-west-1:official:layers/Python39/versions/2
- >-
acs:fc:us-west-1:official:layers/Python39-Package-Collection/versions/2
- acs:fc:us-west-1:official:layers/Python3-Flask2x/versions/2
memorySize: 1024
cpu: 1
timeout: 60
codeUri: ./
diskSize: 10240
caPort: 8000
customRuntimeConfig:
command:
- python
arg:
- claude_to_chatgpt/app.py
triggers:
- name: httpTrigger
type: http
config:
authType: anonymous
methods:
- GET
- POST
- PUT
- DELETE
- HEAD
- PATCH

0 comments on commit d001c4e

Please sign in to comment.