Internally called proj_pronetplat_aa, the proj is short for project and the net is short for networking and the plat is short for platform while the aa indicates that this is the first implementation of the concept.
Publicly called as Entrepic a professsional networking platform, a platform for professionals, business persons, and entrepreneurs to grow.
FunctionNameshould follow the format{stage}-{proj-pronetplat-aa}-fileName- File name of functions should be the same as
FunctionNameintemplate.yaml, exlucing the prefixes. - Always set
Function.Metadata.BuildMethodtomakefile.
👍 THIS IS CORRECT
logout:
Type: AWS::Serverless::Function
+ Metadata:
+ BuildMethod: makefile
Properties:
Handler: logout.handler
Policies:
- LambdaInvokePolicy:
FunctionName: !Ref forceExpireDeviceToken
- FunctionName: "proj-pronetplat-aa-logoutFile"
+ FunctionName: !Join
+ - '-'
+ - - !Ref Stage
+ - "proj-pronetplat-aa-logoutFile"
+ - "proj-pronetplat-aa-logout"
Events:
ApiEvent:
Type: Api
Properties:
Method: post
Path: /logout
RestApiId:
Ref: mainBackendApiStarted development on December of 2020, I conceptualized about this in mid 2017 when I was still actively attending tech conferences, I saw people exchanging calling cards, some of them ran out of calling cards, some of them spent more than 500 pesos just of around 300 copies of calling cards.
First concept had a connecting mechanism inspired by shareit a mobile app for sharing files using wifi hotspots. Then while thinking about developing it, I conceptualized different approaches that I also plan to implement in the future.